Html Css Color HEX #4D6072 Chambray

📋 copy color: '#4D6072'

red 77 ◦ green 96 ◦ blue 114

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

Shades of Chambray #4D6072

Tints of Chambray #4D6072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 26.83%
G = 33.45%
B = 39.72%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D6072 (or 0x4D6072) is known color: Chambray. HEX triplet: 4D, 60 and 72. RGB value is (77,96,114). Sum of RGB (Red+Green+Blue) = 77+96+114=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6072 is #B29F8D. Grayscale: #5C5C5C. Windows color (decimal): -11706254 or 7495757. OLE color: 7495757.

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

Color convert

RGB 77 96 114 -
CMYK 0.32 0.16 0 0.55
HSL 209.19º 0.19% 0.37% -
HSV(B) 209.19º 0.32% 0.45% -
XYZ 10.28 11.16 17.53 -
YUV 92.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 77 96 114 0.32 0.16 0 0.55 209.19 0.19 0.37
Hex 4D 60 72 20 10 0 37 D1 13 25
Octal 115 140 162 40 20 0 67 321 23 45
Binary 1001101 1100000 1110010 100000 10000 0 110111 11010001 10011 100101

Color Harmonies of #4D6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6072

Black with #4D6072

Text Example


Text Example

White with #4D6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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