Html Css Color HEX #4D5C72 Chambray

📋 copy color: '#4D5C72'

red 77 ◦ green 92 ◦ blue 114

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

Shades of Chambray #4D5C72

Tints of Chambray #4D5C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

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

R = 27.21%
G = 32.51%
B = 40.28%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D5C72 (or 0x4D5C72) is known color: Chambray. HEX triplet: 4D, 5C and 72. RGB value is (77,92,114). Sum of RGB (Red+Green+Blue) = 77+92+114=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D5C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5C72 is #B2A38D. Grayscale: #595959. Windows color (decimal): -11707278 or 7494733. OLE color: 7494733.

HSL color Cylindrical-coordinate representation of color #4D5C72: hue angle of 215.68º 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 #4D5C72 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 92 114 -
CMYK 0.32 0.19 0 0.55
HSL 215.68º 0.19% 0.37% -
HSV(B) 215.68º 0.32% 0.45% -
XYZ 9.92 10.45 17.41 -
YUV 90.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 77 92 114 0.32 0.19 0 0.55 215.68 0.19 0.37
Hex 4D 5C 72 20 13 0 37 D8 13 25
Octal 115 134 162 40 23 0 67 330 23 45
Binary 1001101 1011100 1110010 100000 10011 0 110111 11011000 10011 100101

Color Harmonies of #4D5C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5C72

Black with #4D5C72

Text Example


Text Example

White with #4D5C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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