#475461

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

Shades of San Juan #475461

Tints of San Juan #475461

Color information

#475461 (or 0x475461) is unknown color: approx San Juan. HEX triplet: 47, 54 and 61. RGB value is (71,84,97). Sum of RGB (Red+Green+Blue) = 71+84+97=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #475461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475461 is #B8AB9E. Grayscale: #515151. Windows color (decimal): -12102559 or 6378567. OLE color: 6378567.

HSL color Cylindrical-coordinate representation of color #475461: hue angle of 210º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #475461 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB718497-
CMYK0.270.1300.62
HSL210º15.48%32.94%-
HSV(B)210º26.8%38.04%-
XYZ7.938.5412.54-
YUV81.6136.69120.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=28.17%
G=33.33%
B=38.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7184970.270.1300.6221015.4832.94
Hex4754611BD03Ed2f21
Octal10712414133150763221741
Binary1000111101010011000011101111010111110110100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475461; }

 p { color: rgb(71,84,97); }

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

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

 a { background-color: rgb(71,84,97); }

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

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

 span { border-color: rgb(71,84,97); }

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