#4762CD

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

Shades of Free Speech Blue #4762CD

Tints of Free Speech Blue #4762CD

Color information

#4762CD (or 0x4762CD) is unknown color: approx Free Speech Blue. HEX triplet: 47, 62 and CD. RGB value is (71,98,205). Sum of RGB (Red+Green+Blue) = 71+98+205=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #4762CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4762CD is #B89D32. Grayscale: #656565. Windows color (decimal): -12098867 or 13460039. OLE color: 13460039.

HSL color Cylindrical-coordinate representation of color #4762CD: hue angle of 227.91º 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 #4762CD is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7198205-
CMYK0.650.5200.20
HSL227.91º57.26%54.12%-
HSV(B)227.91º65.37%80.39%-
XYZ17.9914.4859.61-
YUV102.12186.05105.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.98%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 205 (80.47% from 255) = 54.81%
R=18.98%
G=26.20%
B=54.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71982050.650.5200.20227.9157.2654.12
Hex4762CD4134014e43936
Octal107142315101640243447166
Binary1000111110001011001101100000111010001010011100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4762CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,98,205); }

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

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

 a { background-color: rgb(71,98,205); }

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

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

 span { border-color: rgb(71,98,205); }

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