#4D3DC8

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

Shades of Free Speech Blue #4D3DC8

Tints of Free Speech Blue #4D3DC8

Color information

#4D3DC8 (or 0x4D3DC8) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 3D and C8. RGB value is (77,61,200). Sum of RGB (Red+Green+Blue) = 77+61+200=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 200 (78.52% from 255 or 59.17% from 338); Max value from RGB is 200 - color contains mainly: blue. Hex color #4D3DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DC8 is #B2C237. Grayscale: #515151. Windows color (decimal): -11715128 or 13122893. OLE color: 13122893.

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

Color convert

RGB7761200-
CMYK0.620.6900.22
HSL246.91º55.82%51.18%-
HSV(B)246.91º69.5%78.43%-
XYZ15.159.0955.6-
YUV81.63194.8124.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.78%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 200 (78.52% from 255) = 59.17%
R=22.78%
G=18.05%
B=59.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal77612000.620.6900.22246.9155.8251.18
Hex4D3DC83E45016f73833
Octal11575310761050263677063
Binary100110111110111001000111110100010101011011110111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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