#4662CC

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

Shades of Free Speech Blue #4662CC

Tints of Free Speech Blue #4662CC

Color information

#4662CC (or 0x4662CC) is unknown color: approx Free Speech Blue. HEX triplet: 46, 62 and CC. RGB value is (70,98,204). Sum of RGB (Red+Green+Blue) = 70+98+204=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #4662CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4662CC is #B99D33. Grayscale: #656565. Windows color (decimal): -12164404 or 13394502. OLE color: 13394502.

HSL color Cylindrical-coordinate representation of color #4662CC: hue angle of 227.46º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4662CC is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7098204-
CMYK0.660.5200.2
HSL227.46º56.78%53.73%-
HSV(B)227.46º65.69%80%-
XYZ17.7914.458.97-
YUV101.71185.72105.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.82%
GREEN value IS 98 (38.67% from 255) = 26.34%
BLUE value IS 204 (80.08% from 255) = 54.84%
R=18.82%
G=26.34%
B=54.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal70982040.660.5200.2227.4656.7853.73
Hex4662CC4234014e33936
Octal106142314102640243437166
Binary1000110110001011001100100001011010001010011100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4662CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4662CC; }

 p { color: rgb(70,98,204); }

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

<style>
 a { background-color: #4662CC; }

 a { background-color: rgb(70,98,204); }

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

<style>
 span { border-color: #4662CC; }

 span { border-color: rgb(70,98,204); }

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