#4C66BF

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

Shades of Free Speech Blue #4C66BF

Tints of Free Speech Blue #4C66BF

Color information

#4C66BF (or 0x4C66BF) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 66 and BF. RGB value is (76,102,191). Sum of RGB (Red+Green+Blue) = 76+102+191=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C66BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C66BF is #B39940. Grayscale: #676767. Windows color (decimal): -11770177 or 12543564. OLE color: 12543564.

HSL color Cylindrical-coordinate representation of color #4C66BF: hue angle of 226.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C66BF is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76102191-
CMYK0.600.4700.25
HSL226.43º47.33%52.35%-
HSV(B)226.43º60.21%74.9%-
XYZ17.1414.851.24-
YUV104.37176.89107.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 191 (75% from 255) = 51.76%
R=20.60%
G=27.64%
B=51.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761021910.600.4700.25226.4347.3352.35
Hex4C66BF3C2F019e22f34
Octal11414627774570313425764
Binary100110011001101011111111110010111101100111100010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C66BF; }

 p { color: rgb(76,102,191); }

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

<style>
 a { background-color: #4C66BF; }

 a { background-color: rgb(76,102,191); }

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

<style>
 span { border-color: #4C66BF; }

 span { border-color: rgb(76,102,191); }

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