Html Css Color HEX #4D5A71 Chambray

📋 copy color: '#4D5A71'

red 77 ◦ green 90 ◦ blue 113

#4D5A71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #4D5A71

Tints of Chambray #4D5A71

RGB

 RED value IS 77 (30.47% from 255) = 27.5%

 GREEN value IS 90 (35.55% from 255) = 32.14%

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 27.5%
G = 32.14%
B = 40.36%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D5A71 (or 0x4D5A71) is known color: Chambray. HEX triplet: 4D, 5A and 71. RGB value is (77,90,113). Sum of RGB (Red+Green+Blue) = 77+90+113=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D5A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5A71 is #B2A58E. Grayscale: #585858. Windows color (decimal): -11707791 or 7428685. OLE color: 7428685.

HSL color Cylindrical-coordinate representation of color #4D5A71: hue angle of 218.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D5A71 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 90 113 -
CMYK 0.32 0.20 0 0.56
HSL 218.33º 0.19% 0.37% -
HSV(B) 218.33º 0.32% 0.44% -
XYZ 9.7 10.08 17.06 -
YUV 88.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 77 90 113 0.32 0.20 0 0.56 218.33 0.19 0.37
Hex 4D 5A 71 20 14 0 38 DA 13 25
Octal 115 132 161 40 24 0 70 332 23 45
Binary 1001101 1011010 1110001 100000 10100 0 111000 11011010 10011 100101

Color Harmonies of #4D5A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5A71

Black with #4D5A71

Text Example


Text Example

White with #4D5A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,90,113); }

 H1.HeaderClassName
 {
   color: #4D5A71;
 }
 .AnyTagClassName
 {
   color: #4D5A71;
 }
</style>

background-color css

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

 a { background-color: rgb(77,90,113); }

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

border-color css

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

 span { border-color: rgb(77,90,113); }

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