Html Css Color HEX #4D6077 Chambray

📋 copy color: '#4D6077'

red 77 ◦ green 96 ◦ blue 119

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

Shades of Chambray #4D6077

Tints of Chambray #4D6077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 119 (46.88% from 255) = 40.75%

R = 26.37%
G = 32.88%
B = 40.75%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D6077 (or 0x4D6077) is known color: Chambray. HEX triplet: 4D, 60 and 77. RGB value is (77,96,119). Sum of RGB (Red+Green+Blue) = 77+96+119=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D6077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6077 is #B29F88. Grayscale: #5C5C5C. Windows color (decimal): -11706249 or 7823437. OLE color: 7823437.

HSL color Cylindrical-coordinate representation of color #4D6077: hue angle of 212.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D6077 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 96 119 -
CMYK 0.35 0.19 0 0.53
HSL 212.86º 0.21% 0.38% -
HSV(B) 212.86º 0.35% 0.47% -
XYZ 10.57 11.28 19.07 -
YUV 92.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 77 96 119 0.35 0.19 0 0.53 212.86 0.21 0.38
Hex 4D 60 77 23 13 0 35 D5 15 26
Octal 115 140 167 43 23 0 65 325 25 46
Binary 1001101 1100000 1110111 100011 10011 0 110101 11010101 10101 100110

Color Harmonies of #4D6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6077

Black with #4D6077

Text Example


Text Example

White with #4D6077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,96,119); }

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

background-color css

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

 a { background-color: rgb(77,96,119); }

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

border-color css

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

 span { border-color: rgb(77,96,119); }

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