#4959CF

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

Shades of Free Speech Blue #4959CF

Tints of Free Speech Blue #4959CF

Color information

#4959CF (or 0x4959CF) is unknown color: approx Free Speech Blue. HEX triplet: 49, 59 and CF. RGB value is (73,89,207). Sum of RGB (Red+Green+Blue) = 73+89+207=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #4959CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4959CF is #B6A630. Grayscale: #616161. Windows color (decimal): -11970097 or 13588809. OLE color: 13588809.

HSL color Cylindrical-coordinate representation of color #4959CF: hue angle of 232.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4959CF is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7389207-
CMYK0.650.5700.19
HSL232.84º58.26%54.9%-
HSV(B)232.84º64.73%81.18%-
XYZ17.5813.0760.63-
YUV97.67189.7110.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.78%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 207 (81.25% from 255) = 56.10%
R=19.78%
G=24.12%
B=56.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73892070.650.5700.19232.8458.2654.9
Hex4959CF4139013e93a37
Octal111131317101710233517267
Binary1001001101100111001111100000111100101001111101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4959CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4959CF; }

 p { color: rgb(73,89,207); }

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

<style>
 a { background-color: #4959CF; }

 a { background-color: rgb(73,89,207); }

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

<style>
 span { border-color: #4959CF; }

 span { border-color: rgb(73,89,207); }

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