#4C4ACB

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

Shades of Free Speech Blue #4C4ACB

Tints of Free Speech Blue #4C4ACB

Color information

#4C4ACB (or 0x4C4ACB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 4A and CB. RGB value is (76,74,203). Sum of RGB (Red+Green+Blue) = 76+74+203=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C4ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4ACB is #B3B534. Grayscale: #585858. Windows color (decimal): -11777333 or 13322828. OLE color: 13322828.

HSL color Cylindrical-coordinate representation of color #4C4ACB: hue angle of 240.93º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C4ACB is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7674203-
CMYK0.630.6400.20
HSL240.93º55.36%54.31%-
HSV(B)240.93º63.55%79.61%-
XYZ16.2110.7557.72-
YUV89.3192.16118.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.53%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 203 (79.69% from 255) = 57.51%
R=21.53%
G=20.96%
B=57.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal76742030.630.6400.20240.9355.3654.31
Hex4C4ACB3F40014f13736
Octal114112313771000243616766
Binary1001100100101011001011111111100000001010011110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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