#485461

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

Shades of San Juan #485461

Tints of San Juan #485461

Color information

#485461 (or 0x485461) is unknown color: approx San Juan. HEX triplet: 48, 54 and 61. RGB value is (72,84,97). Sum of RGB (Red+Green+Blue) = 72+84+97=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #485461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485461 is #B7AB9E. Grayscale: #515151. Windows color (decimal): -12037023 or 6378568. OLE color: 6378568.

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

Color convert

RGB728497-
CMYK0.260.1300.62
HSL211.2º14.79%33.14%-
HSV(B)211.2º25.77%38.04%-
XYZ88.5812.54-
YUV81.89136.52120.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=28.46%
G=33.20%
B=38.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7284970.260.1300.62211.214.7933.14
Hex4854611AD03Ed3f21
Octal11012414132150763231741
Binary1001000101010011000011101011010111110110100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485461; }

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

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

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

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

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

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

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

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