#4951CA

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

Shades of Free Speech Blue #4951CA

Tints of Free Speech Blue #4951CA

Color information

#4951CA (or 0x4951CA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 51 and CA. RGB value is (73,81,202). Sum of RGB (Red+Green+Blue) = 73+81+202=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #4951CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4951CA is #B6AE35. Grayscale: #5B5B5B. Windows color (decimal): -11972150 or 13259081. OLE color: 13259081.

HSL color Cylindrical-coordinate representation of color #4951CA: hue angle of 236.28º 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 #4951CA is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7381202-
CMYK0.640.6000.21
HSL236.28º54.89%53.92%-
HSV(B)236.28º63.86%79.22%-
XYZ16.3511.5757.25-
YUV92.4189.85114.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 202 (79.30% from 255) = 56.74%
R=20.51%
G=22.75%
B=56.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73812020.640.6000.21236.2854.8953.92
Hex4951CA403C015ec3736
Octal111121312100740253546766
Binary1001001101000111001010100000011110001010111101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4951CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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