#4C50CB

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

Shades of Free Speech Blue #4C50CB

Tints of Free Speech Blue #4C50CB

Color information

#4C50CB (or 0x4C50CB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 50 and CB. RGB value is (76,80,203). Sum of RGB (Red+Green+Blue) = 76+80+203=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C50CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C50CB is #B3AF34. Grayscale: #5C5C5C. Windows color (decimal): -11775797 or 13324364. OLE color: 13324364.

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

Color convert

RGB7680203-
CMYK0.630.6100.20
HSL238.11º54.98%54.71%-
HSV(B)238.11º62.56%79.61%-
XYZ16.6311.5957.86-
YUV92.83190.17116-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.17%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 203 (79.69% from 255) = 56.55%
R=21.17%
G=22.28%
B=56.55%

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
Decimal76802030.630.6100.20238.1154.9854.71
Hex4C50CB3F3D014ee3737
Octal11412031377750243566767
Binary100110010100001100101111111111110101010011101110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C50CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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