#4D4FCB

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

Shades of Free Speech Blue #4D4FCB

Tints of Free Speech Blue #4D4FCB

Color information

#4D4FCB (or 0x4D4FCB) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 4F and CB. RGB value is (77,79,203). Sum of RGB (Red+Green+Blue) = 77+79+203=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 79 (31.25% from 255 or 22.01% 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 #4D4FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D4FCB is #B2B034. Grayscale: #5C5C5C. Windows color (decimal): -11710517 or 13324109. OLE color: 13324109.

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

Color convert

RGB7779203-
CMYK0.620.6100.20
HSL239.05º54.78%54.9%-
HSV(B)239.05º62.07%79.61%-
XYZ16.6411.4857.84-
YUV92.54190.34116.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.45%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 203 (79.69% from 255) = 56.55%
R=21.45%
G=22.01%
B=56.55%

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
Decimal77792030.620.6100.20239.0554.7854.9
Hex4D4FCB3E3D014ef3737
Octal11511731376750243576767
Binary100110110011111100101111111011110101010011101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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