#4952CA

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

Shades of Free Speech Blue #4952CA

Tints of Free Speech Blue #4952CA

Color information

#4952CA (or 0x4952CA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 52 and CA. RGB value is (73,82,202). Sum of RGB (Red+Green+Blue) = 73+82+202=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #4952CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4952CA is #B6AD35. Grayscale: #5C5C5C. Windows color (decimal): -11971894 or 13259337. OLE color: 13259337.

HSL color Cylindrical-coordinate representation of color #4952CA: hue angle of 235.81º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4952CA is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7382202-
CMYK0.640.5900.21
HSL235.81º54.89%53.92%-
HSV(B)235.81º63.86%79.22%-
XYZ16.4311.7257.27-
YUV92.99189.52113.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=20.45%
G=22.97%
B=56.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73822020.640.5900.21235.8154.8953.92
Hex4952CA403B015ec3736
Octal111122312100730253546766
Binary1001001101001011001010100000011101101010111101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4952CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4952CA; }

 p { color: rgb(73,82,202); }

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

<style>
 a { background-color: #4952CA; }

 a { background-color: rgb(73,82,202); }

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

<style>
 span { border-color: #4952CA; }

 span { border-color: rgb(73,82,202); }

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