#4D5F84

Color #4D5F84 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #4D5F84

Tints of Chambray #4D5F84

Color information

#4D5F84 (or 0x4D5F84) is unknown color: approx Chambray. HEX triplet: 4D, 5F and 84. RGB value is (77,95,132). Sum of RGB (Red+Green+Blue) = 77+95+132=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D5F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5F84 is #B2A07B. Grayscale: #5D5D5D. Windows color (decimal): -11706492 or 8675149. OLE color: 8675149.

HSL color Cylindrical-coordinate representation of color #4D5F84: hue angle of 220.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D5F84 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7795132-
CMYK0.420.2800.48
HSL220.36º26.32%40.98%-
HSV(B)220.36º41.67%51.76%-
XYZ11.3211.4323.44-
YUV93.84149.54115.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.33%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=25.33%
G=31.25%
B=43.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77951320.420.2800.48220.3626.3240.98
Hex4D5F842A1C030dc1a29
Octal11513720452340603343251
Binary10011011011111100001001010101110001100001101110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,95,132); }

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

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

 a { background-color: rgb(77,95,132); }

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

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

 span { border-color: rgb(77,95,132); }

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