#4759C0

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

Shades of Free Speech Blue #4759C0

Tints of Free Speech Blue #4759C0

Color information

#4759C0 (or 0x4759C0) is unknown color: approx Free Speech Blue. HEX triplet: 47, 59 and C0. RGB value is (71,89,192). Sum of RGB (Red+Green+Blue) = 71+89+192=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #4759C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4759C0 is #B8A63F. Grayscale: #5E5E5E. Windows color (decimal): -12101184 or 12605767. OLE color: 12605767.

HSL color Cylindrical-coordinate representation of color #4759C0: hue angle of 231.07º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4759C0 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7189192-
CMYK0.630.5400.25
HSL231.07º48.99%51.57%-
HSV(B)231.07º63.02%75.29%-
XYZ15.6912.2951.41-
YUV95.36182.54110.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.17%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 192 (75.39% from 255) = 54.55%
R=20.17%
G=25.28%
B=54.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71891920.630.5400.25231.0748.9951.57
Hex4759C03F36019e73134
Octal10713130077660313476164
Binary100011110110011100000011111111011001100111100111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4759C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4759C0; }

 p { color: rgb(71,89,192); }

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

<style>
 a { background-color: #4759C0; }

 a { background-color: rgb(71,89,192); }

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

<style>
 span { border-color: #4759C0; }

 span { border-color: rgb(71,89,192); }

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