Html Css Color HEX #4E5A73 Chambray

📋 copy color: '#4E5A73'

red 78 ◦ green 90 ◦ blue 115

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

Shades of Chambray #4E5A73

Tints of Chambray #4E5A73

RGB

 RED value IS 78 (30.86% from 255) = 27.56%

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

 BLUE value IS 115 (45.31% from 255) = 40.64%

R = 27.56%
G = 31.8%
B = 40.64%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E5A73 (or 0x4E5A73) is known color: Chambray. HEX triplet: 4E, 5A and 73. RGB value is (78,90,115). Sum of RGB (Red+Green+Blue) = 78+90+115=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E5A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5A73 is #B1A58C. Grayscale: #595959. Windows color (decimal): -11642253 or 7559758. OLE color: 7559758.

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

Color convert

RGB 78 90 115 -
CMYK 0.32 0.22 0 0.55
HSL 220.54º 0.19% 0.38% -
HSV(B) 220.54º 0.32% 0.45% -
XYZ 9.89 10.17 17.66 -
YUV 89.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 78 90 115 0.32 0.22 0 0.55 220.54 0.19 0.38
Hex 4E 5A 73 20 16 0 37 DD 13 26
Octal 116 132 163 40 26 0 67 335 23 46
Binary 1001110 1011010 1110011 100000 10110 0 110111 11011101 10011 100110

Color Harmonies of #4E5A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5A73

Black with #4E5A73

Text Example


Text Example

White with #4E5A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,90,115); }

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

background-color css

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

 a { background-color: rgb(78,90,115); }

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

border-color css

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

 span { border-color: rgb(78,90,115); }

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