#4C6ACB

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

Shades of Free Speech Blue #4C6ACB

Tints of Free Speech Blue #4C6ACB

Color information

#4C6ACB (or 0x4C6ACB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 6A and CB. RGB value is (76,106,203). Sum of RGB (Red+Green+Blue) = 76+106+203=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C6ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6ACB is #B39534. Grayscale: #6B6B6B. Windows color (decimal): -11769141 or 13331020. OLE color: 13331020.

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

Color convert

RGB76106203-
CMYK0.630.4800.20
HSL225.83º54.98%54.71%-
HSV(B)225.83º62.56%79.61%-
XYZ18.9116.1658.62-
YUV108.09181.56105.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.74%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=19.74%
G=27.53%
B=52.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761062030.630.4800.20225.8354.9854.71
Hex4C6ACB3F30014e23737
Octal11415231377600243426767
Binary100110011010101100101111111111000001010011100010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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