Html Css Color HEX #4E6174 Chambray

📋 copy color: '#4E6174'

red 78 ◦ green 97 ◦ blue 116

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

Shades of Chambray #4E6174

Tints of Chambray #4E6174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 26.8%
G = 33.33%
B = 39.86%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E6174 (or 0x4E6174) is known color: Chambray. HEX triplet: 4E, 61 and 74. RGB value is (78,97,116). Sum of RGB (Red+Green+Blue) = 78+97+116=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E6174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6174 is #B19E8B. Grayscale: #5D5D5D. Windows color (decimal): -11640460 or 7627086. OLE color: 7627086.

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

Color convert

RGB 78 97 116 -
CMYK 0.33 0.16 0 0.55
HSL 210º 0.2% 0.38% -
HSV(B) 210º 0.33% 0.45% -
XYZ 10.57 11.43 18.17 -
YUV 93.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 78 97 116 0.33 0.16 0 0.55 210 0.2 0.38
Hex 4E 61 74 21 10 0 37 D2 14 26
Octal 116 141 164 41 20 0 67 322 24 46
Binary 1001110 1100001 1110100 100001 10000 0 110111 11010010 10100 100110

Color Harmonies of #4E6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6174

Black with #4E6174

Text Example


Text Example

White with #4E6174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,97,116); }

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

background-color css

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

 a { background-color: rgb(78,97,116); }

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

border-color css

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

 span { border-color: rgb(78,97,116); }

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