#4E6081

Color #4E6081 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #4E6081

Tints of Chambray #4E6081

Color information

#4E6081 (or 0x4E6081) is unknown color: approx Chambray. HEX triplet: 4E, 60 and 81. RGB value is (78,96,129). Sum of RGB (Red+Green+Blue) = 78+96+129=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E6081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6081 is #B19F7E. Grayscale: #5E5E5E. Windows color (decimal): -11640703 or 8478798. OLE color: 8478798.

HSL color Cylindrical-coordinate representation of color #4E6081: hue angle of 218.82º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E6081 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7896129-
CMYK0.400.2600.49
HSL218.82º24.64%40.59%-
HSV(B)218.82º39.53%50.59%-
XYZ11.2911.5722.41-
YUV94.38147.54116.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=25.74%
G=31.68%
B=42.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78961290.400.2600.49218.8224.6440.59
Hex4E6081281A031db1929
Octal11614020150320613333151
Binary10011101100000100000011010001101001100011101101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,96,129); }

 H1.HeaderClassName
 {
   color: #4E6081;
 }
 .AnyTagClassName
 {
   color: #4E6081;
 }
</style>
background-color css

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

 a { background-color: rgb(78,96,129); }

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

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

 span { border-color: rgb(78,96,129); }

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