#476083

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

Shades of Chambray #476083

Tints of Chambray #476083

Color information

#476083 (or 0x476083) is unknown color: approx Chambray. HEX triplet: 47, 60 and 83. RGB value is (71,96,131). Sum of RGB (Red+Green+Blue) = 71+96+131=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #476083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476083 is #B89F7C. Grayscale: #5C5C5C. Windows color (decimal): -12099453 or 8609863. OLE color: 8609863.

HSL color Cylindrical-coordinate representation of color #476083: hue angle of 215º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #476083 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7196131-
CMYK0.460.2700.49
HSL215º29.7%39.61%-
HSV(B)215º45.8%51.37%-
XYZ10.8811.3423.09-
YUV92.51149.72112.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 131 (51.56% from 255) = 43.96%
R=23.83%
G=32.21%
B=43.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71961310.460.2700.4921529.739.61
Hex4760832E1B031d71e28
Octal10714020356330613273650
Binary10001111100000100000111011101101101100011101011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476083; }

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

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

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

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

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

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

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

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