Html Css Color HEX #4E6180 Chambray

📋 copy color: '#4E6180'

red 78 ◦ green 97 ◦ blue 128

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

Shades of Chambray #4E6180

Tints of Chambray #4E6180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.24%

R = 25.74%
G = 32.01%
B = 42.24%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4E6180 (or 0x4E6180) is known color: Chambray. HEX triplet: 4E, 61 and 80. RGB value is (78,97,128). Sum of RGB (Red+Green+Blue) = 78+97+128=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E6180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6180 is #B19E7F. Grayscale: #5E5E5E. Windows color (decimal): -11640448 or 8413518. OLE color: 8413518.

HSL color Cylindrical-coordinate representation of color #4E6180: hue angle of 217.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E6180 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 78 97 128 -
CMYK 0.39 0.24 0 0.50
HSL 217.2º 0.24% 0.4% -
HSV(B) 217.2º 0.39% 0.5% -
XYZ 11.31 11.73 22.09 -
YUV 94.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 78 97 128 0.39 0.24 0 0.50 217.2 0.24 0.4
Hex 4E 61 80 27 18 0 32 D9 18 28
Octal 116 141 200 47 30 0 62 331 30 50
Binary 1001110 1100001 10000000 100111 11000 0 110010 11011001 11000 101000

Color Harmonies of #4E6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6180

Black with #4E6180

Text Example


Text Example

White with #4E6180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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