#4852CD

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

Shades of Free Speech Blue #4852CD

Tints of Free Speech Blue #4852CD

Color information

#4852CD (or 0x4852CD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 52 and CD. RGB value is (72,82,205). Sum of RGB (Red+Green+Blue) = 72+82+205=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #4852CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4852CD is #B7AD32. Grayscale: #5C5C5C. Windows color (decimal): -12037427 or 13455944. OLE color: 13455944.

HSL color Cylindrical-coordinate representation of color #4852CD: hue angle of 235.49º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4852CD is Cyan = 0.65, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7282205-
CMYK0.650.600.20
HSL235.49º57.08%54.31%-
HSV(B)235.49º64.88%80.39%-
XYZ16.7111.8259.16-
YUV93.03191.19113-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 205 (80.47% from 255) = 57.10%
R=20.06%
G=22.84%
B=57.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72822050.650.600.20235.4957.0854.31
Hex4852CD413C014eb3936
Octal110122315101740243537166
Binary1001000101001011001101100000111110001010011101011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4852CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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