#475F85

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

Shades of Chambray #475F85

Tints of Chambray #475F85

Color information

#475F85 (or 0x475F85) is unknown color: approx Chambray. HEX triplet: 47, 5F and 85. RGB value is (71,95,133). Sum of RGB (Red+Green+Blue) = 71+95+133=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #475F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F85 is #B8A07A. Grayscale: #5B5B5B. Windows color (decimal): -12099707 or 8740679. OLE color: 8740679.

HSL color Cylindrical-coordinate representation of color #475F85: hue angle of 216.77º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475F85 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7195133-
CMYK0.470.2900.48
HSL216.77º30.39%40%-
HSV(B)216.77º46.62%52.16%-
XYZ10.9211.2223.78-
YUV92.16151.05112.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=23.75%
G=31.77%
B=44.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71951330.470.2900.48216.7730.3940
Hex475F852F1D030d91e28
Octal10713720557350603313650
Binary10001111011111100001011011111110101100001101100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475F85; }

 p { color: rgb(71,95,133); }

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

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

 a { background-color: rgb(71,95,133); }

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

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

 span { border-color: rgb(71,95,133); }

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