#475F7D

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

Shades of Chambray #475F7D

Tints of Chambray #475F7D

Color information

#475F7D (or 0x475F7D) is unknown color: approx Chambray. HEX triplet: 47, 5F and 7D. RGB value is (71,95,125). Sum of RGB (Red+Green+Blue) = 71+95+125=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #475F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F7D is #B8A082. Grayscale: #5B5B5B. Windows color (decimal): -12099715 or 8216391. OLE color: 8216391.

HSL color Cylindrical-coordinate representation of color #475F7D: hue angle of 213.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #475F7D is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7195125-
CMYK0.430.2400.51
HSL213.33º27.55%38.43%-
HSV(B)213.33º43.2%49.02%-
XYZ10.391120.98-
YUV91.24147.05113.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=24.40%
G=32.65%
B=42.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71951250.430.2400.51213.3327.5538.43
Hex475F7D2B18033d51c26
Octal10713717553300633253446
Binary1000111101111111111011010111100001100111101010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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