Html Css Color HEX #4E5F73 Chambray

📋 copy color: '#4E5F73'

red 78 ◦ green 95 ◦ blue 115

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

Shades of Chambray #4E5F73

Tints of Chambray #4E5F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.99%

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

R = 27.08%
G = 32.99%
B = 39.93%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E5F73 (or 0x4E5F73) is known color: Chambray. HEX triplet: 4E, 5F and 73. RGB value is (78,95,115). Sum of RGB (Red+Green+Blue) = 78+95+115=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E5F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5F73 is #B1A08C. Grayscale: #5C5C5C. Windows color (decimal): -11640973 or 7561038. OLE color: 7561038.

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

Color convert

RGB 78 95 115 -
CMYK 0.32 0.17 0 0.55
HSL 212.43º 0.19% 0.38% -
HSV(B) 212.43º 0.32% 0.45% -
XYZ 10.33 11.04 17.81 -
YUV 92.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 78 95 115 0.32 0.17 0 0.55 212.43 0.19 0.38
Hex 4E 5F 73 20 11 0 37 D4 13 26
Octal 116 137 163 40 21 0 67 324 23 46
Binary 1001110 1011111 1110011 100000 10001 0 110111 11010100 10011 100110

Color Harmonies of #4E5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5F73

Black with #4E5F73

Text Example


Text Example

White with #4E5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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