#4D5CC8

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

Shades of Free Speech Blue #4D5CC8

Tints of Free Speech Blue #4D5CC8

Color information

#4D5CC8 (or 0x4D5CC8) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 5C and C8. RGB value is (77,92,200). Sum of RGB (Red+Green+Blue) = 77+92+200=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 200 (78.52% from 255 or 54.20% from 369); Max value from RGB is 200 - color contains mainly: blue. Hex color #4D5CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5CC8 is #B2A337. Grayscale: #636363. Windows color (decimal): -11707192 or 13130829. OLE color: 13130829.

HSL color Cylindrical-coordinate representation of color #4D5CC8: hue angle of 232.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D5CC8 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7792200-
CMYK0.620.5400.22
HSL232.68º52.79%54.31%-
HSV(B)232.68º61.5%78.43%-
XYZ17.3113.456.32-
YUV99.83184.53111.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.87%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 200 (78.52% from 255) = 54.20%
R=20.87%
G=24.93%
B=54.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal77922000.620.5400.22232.6852.7954.31
Hex4D5CC83E36016e93536
Octal11513431076660263516566
Binary100110110111001100100011111011011001011011101001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,92,200); }

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

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

 a { background-color: rgb(77,92,200); }

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

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

 span { border-color: rgb(77,92,200); }

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