#4C4FCB

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

Shades of Free Speech Blue #4C4FCB

Tints of Free Speech Blue #4C4FCB

Color information

#4C4FCB (or 0x4C4FCB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 4F and CB. RGB value is (76,79,203). Sum of RGB (Red+Green+Blue) = 76+79+203=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C4FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4FCB is #B3B034. Grayscale: #5B5B5B. Windows color (decimal): -11776053 or 13324108. OLE color: 13324108.

HSL color Cylindrical-coordinate representation of color #4C4FCB: hue angle of 238.58º 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 #4C4FCB is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7679203-
CMYK0.630.6100.20
HSL238.58º54.98%54.71%-
HSV(B)238.58º62.56%79.61%-
XYZ16.5611.4457.84-
YUV92.24190.51116.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.23%
GREEN value IS 79 (31.25% from 255) = 22.07%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=21.23%
G=22.07%
B=56.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal76792030.630.6100.20238.5854.9854.71
Hex4C4FCB3F3D014ef3737
Octal11411731377750243576767
Binary100110010011111100101111111111110101010011101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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