#445860

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

Shades of San Juan #445860

Tints of San Juan #445860

Color information

#445860 (or 0x445860) is unknown color: approx San Juan. HEX triplet: 44, 58 and 60. RGB value is (68,88,96). Sum of RGB (Red+Green+Blue) = 68+88+96=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #445860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445860 is #BBA79F. Grayscale: #525252. Windows color (decimal): -12298144 or 6314052. OLE color: 6314052.

HSL color Cylindrical-coordinate representation of color #445860: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #445860 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB688896-
CMYK0.290.0800.62
HSL197.14º17.07%32.16%-
HSV(B)197.14º29.17%37.65%-
XYZ7.989.0512.39-
YUV82.93135.37117.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=26.98%
G=34.92%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6888960.290.0800.62197.1417.0732.16
Hex4458601D803Ec51120
Octal10413014035100763052140
Binary10001001011000110000011101100001111101100010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445860; }

 p { color: rgb(68,88,96); }

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

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

 a { background-color: rgb(68,88,96); }

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

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

 span { border-color: rgb(68,88,96); }

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