Html Css Color HEX #4E5F76 Chambray

📋 copy color: '#4E5F76'

red 78 ◦ green 95 ◦ blue 118

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

Shades of Chambray #4E5F76

Tints of Chambray #4E5F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 26.8%
G = 32.65%
B = 40.55%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4E5F76 (or 0x4E5F76) is known color: Chambray. HEX triplet: 4E, 5F and 76. RGB value is (78,95,118). Sum of RGB (Red+Green+Blue) = 78+95+118=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E5F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5F76 is #B1A089. Grayscale: #5C5C5C. Windows color (decimal): -11640970 or 7757646. OLE color: 7757646.

HSL color Cylindrical-coordinate representation of color #4E5F76: hue angle of 214.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E5F76 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 95 118 -
CMYK 0.34 0.19 0 0.54
HSL 214.5º 0.2% 0.38% -
HSV(B) 214.5º 0.34% 0.46% -
XYZ 10.5 11.11 18.73 -
YUV 92.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 78 95 118 0.34 0.19 0 0.54 214.5 0.2 0.38
Hex 4E 5F 76 22 13 0 36 D6 14 26
Octal 116 137 166 42 23 0 66 326 24 46
Binary 1001110 1011111 1110110 100010 10011 0 110110 11010110 10100 100110

Color Harmonies of #4E5F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5F76

Black with #4E5F76

Text Example


Text Example

White with #4E5F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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