#476081

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

Shades of Chambray #476081

Tints of Chambray #476081

Color information

#476081 (or 0x476081) is unknown color: approx Chambray. HEX triplet: 47, 60 and 81. RGB value is (71,96,129). Sum of RGB (Red+Green+Blue) = 71+96+129=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #476081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476081 is #B89F7E. Grayscale: #5C5C5C. Windows color (decimal): -12099455 or 8478791. OLE color: 8478791.

HSL color Cylindrical-coordinate representation of color #476081: hue angle of 214.14º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476081 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7196129-
CMYK0.450.2600.49
HSL214.14º29%39.22%-
HSV(B)214.14º44.96%50.59%-
XYZ10.7411.2922.38-
YUV92.29148.72112.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=23.99%
G=32.43%
B=43.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71961290.450.2600.49214.142939.22
Hex4760812D1A031d61d27
Octal10714020155320613263547
Binary10001111100000100000011011011101001100011101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476081; }

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

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

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

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

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

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

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

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