#4D50CB

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

Shades of Free Speech Blue #4D50CB

Tints of Free Speech Blue #4D50CB

Color information

#4D50CB (or 0x4D50CB) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 50 and CB. RGB value is (77,80,203). Sum of RGB (Red+Green+Blue) = 77+80+203=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D50CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D50CB is #B2AF34. Grayscale: #5C5C5C. Windows color (decimal): -11710261 or 13324365. OLE color: 13324365.

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

Color convert

RGB7780203-
CMYK0.620.6100.20
HSL238.57º54.78%54.9%-
HSV(B)238.57º62.07%79.61%-
XYZ16.7111.6357.86-
YUV93.12190.01116.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 203 (79.69% from 255) = 56.39%
R=21.39%
G=22.22%
B=56.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal77802030.620.6100.20238.5754.7854.9
Hex4D50CB3E3D014ef3737
Octal11512031376750243576767
Binary100110110100001100101111111011110101010011101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D50CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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