#476082

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

Shades of Chambray #476082

Tints of Chambray #476082

Color information

#476082 (or 0x476082) is unknown color: approx Chambray. HEX triplet: 47, 60 and 82. RGB value is (71,96,130). Sum of RGB (Red+Green+Blue) = 71+96+130=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #476082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476082 is #B89F7D. Grayscale: #5C5C5C. Windows color (decimal): -12099454 or 8544327. OLE color: 8544327.

HSL color Cylindrical-coordinate representation of color #476082: hue angle of 214.58º 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 #476082 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7196130-
CMYK0.450.2600.49
HSL214.58º29.35%39.41%-
HSV(B)214.58º45.38%50.98%-
XYZ10.8111.3222.73-
YUV92.4149.22112.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=23.91%
G=32.32%
B=43.77%

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
Decimal71961300.450.2600.49214.5829.3539.41
Hex4760822D1A031d71d27
Octal10714020255320613273547
Binary10001111100000100000101011011101001100011101011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476082; }

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

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

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

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

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

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

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

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