#4852D0

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

Shades of Free Speech Blue #4852D0

Tints of Free Speech Blue #4852D0

Color information

#4852D0 (or 0x4852D0) is unknown color: approx Free Speech Blue. HEX triplet: 48, 52 and D0. RGB value is (72,82,208). Sum of RGB (Red+Green+Blue) = 72+82+208=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #4852D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4852D0 is #B7AD2F. Grayscale: #5C5C5C. Windows color (decimal): -12037424 or 13652552. OLE color: 13652552.

HSL color Cylindrical-coordinate representation of color #4852D0: hue angle of 235.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4852D0 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7282208-
CMYK0.650.6100.18
HSL235.59º59.13%54.9%-
HSV(B)235.59º65.38%81.57%-
XYZ17.0711.9761.08-
YUV93.37192.69112.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 82 (32.42% from 255) = 22.65%
BLUE value IS 208 (81.64% from 255) = 57.46%
R=19.89%
G=22.65%
B=57.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72822080.650.6100.18235.5959.1354.9
Hex4852D0413D012ec3b37
Octal110122320101750223547367
Binary1001000101001011010000100000111110101001011101100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4852D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4852D0; }

 p { color: rgb(72,82,208); }

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

<style>
 a { background-color: #4852D0; }

 a { background-color: rgb(72,82,208); }

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

<style>
 span { border-color: #4852D0; }

 span { border-color: rgb(72,82,208); }

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