#4C4ABF

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

Shades of Free Speech Blue #4C4ABF

Tints of Free Speech Blue #4C4ABF

Color information

#4C4ABF (or 0x4C4ABF) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 4A and BF. RGB value is (76,74,191). Sum of RGB (Red+Green+Blue) = 76+74+191=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C4ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4ABF is #B3B540. Grayscale: #575757. Windows color (decimal): -11777345 or 12536396. OLE color: 12536396.

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

Color convert

RGB7674191-
CMYK0.600.6100.25
HSL241.03º47.76%51.96%-
HSV(B)241.03º61.26%74.9%-
XYZ14.8310.250.48-
YUV87.94186.16119.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.29%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 191 (75% from 255) = 56.01%
R=22.29%
G=21.70%
B=56.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76741910.600.6100.25241.0347.7651.96
Hex4C4ABF3C3D019f13034
Octal11411227774750313616064
Binary100110010010101011111111110011110101100111110001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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