#484DD3

Color #484DD3 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #484DD3

Tints of Free Speech Blue #484DD3

Color information

#484DD3 (or 0x484DD3) is unknown color: approx Free Speech Blue. HEX triplet: 48, 4D and D3. RGB value is (72,77,211). Sum of RGB (Red+Green+Blue) = 72+77+211=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 211 (82.81% from 255 or 58.61% from 360); Max value from RGB is 211 - color contains mainly: blue. Hex color #484DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #484DD3 is #B7B22C. Grayscale: #5A5A5A. Windows color (decimal): -12038701 or 13847880. OLE color: 13847880.

HSL color Cylindrical-coordinate representation of color #484DD3: hue angle of 237.84º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #484DD3 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7277211-
CMYK0.660.6400.17
HSL237.84º61.23%55.49%-
HSV(B)237.84º65.88%82.75%-
XYZ17.0811.3962.93-
YUV90.78195.84114.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 211 (82.81% from 255) = 58.61%
R=20%
G=21.39%
B=58.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal72772110.660.6400.17237.8461.2355.49
Hex484DD34240011ee3d37
Octal1101153231021000213567567
Binary10010001001101110100111000010100000001000111101110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484DD3; }

 p { color: rgb(72,77,211); }

 H1.HeaderClassName
 {
   color: #484DD3;
 }
 .AnyTagClassName
 {
   color: #484DD3;
 }
</style>
background-color css

<style>
 a { background-color: #484DD3; }

 a { background-color: rgb(72,77,211); }

 div.DivClassName
 {
   background-color: #484DD3;
 }
 .BgClassName
 {
   background-color: #484DD3;
 }
</style>
border-color css

<style>
 span { border-color: #484DD3; }

 span { border-color: rgb(72,77,211); }

 td.TdClassName
 {
   border-color: #484DD3;
 }
 .TagClassName
 {
   border-color: #484DD3;
 }
</style>