#4D5DB8

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

Shades of Free Speech Blue #4D5DB8

Tints of Free Speech Blue #4D5DB8

Color information

#4D5DB8 (or 0x4D5DB8) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 5D and B8. RGB value is (77,93,184). Sum of RGB (Red+Green+Blue) = 77+93+184=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 184 (72.27% from 255 or 51.98% from 354); Max value from RGB is 184 - color contains mainly: blue. Hex color #4D5DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5DB8 is #B2A247. Grayscale: #626262. Windows color (decimal): -11706952 or 12082509. OLE color: 12082509.

HSL color Cylindrical-coordinate representation of color #4D5DB8: hue angle of 231.03º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D5DB8 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7793184-
CMYK0.580.4900.28
HSL231.03º42.97%51.18%-
HSV(B)231.03º58.15%72.16%-
XYZ15.6312.8747.01-
YUV98.59176.2112.6-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.75%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 184 (72.27% from 255) = 51.98%
R=21.75%
G=26.27%
B=51.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal77931840.580.4900.28231.0342.9751.18
Hex4D5DB83A3101Ce72b33
Octal11513527072610343475363
Binary100110110111011011100011101011000101110011100111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,93,184); }

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

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

 a { background-color: rgb(77,93,184); }

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

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

 span { border-color: rgb(77,93,184); }

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