#475667

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

Shades of San Juan #475667

Tints of San Juan #475667

Color information

#475667 (or 0x475667) is unknown color: approx San Juan. HEX triplet: 47, 56 and 67. RGB value is (71,86,103). Sum of RGB (Red+Green+Blue) = 71+86+103=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #475667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475667 is #B8A998. Grayscale: #535353. Windows color (decimal): -12102041 or 6772295. OLE color: 6772295.

HSL color Cylindrical-coordinate representation of color #475667: hue angle of 211.88º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #475667 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7186103-
CMYK0.310.1700.60
HSL211.88º18.39%34.12%-
HSV(B)211.88º31.07%40.39%-
XYZ8.378.9714.12-
YUV83.45139.03119.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=27.31%
G=33.08%
B=39.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71861030.310.1700.60211.8818.3934.12
Hex4756671F1103Cd41222
Octal10712614737210743242242
Binary100011110101101100111111111000101111001101010010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475667; }

 p { color: rgb(71,86,103); }

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

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

 a { background-color: rgb(71,86,103); }

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

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

 span { border-color: rgb(71,86,103); }

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