#445961

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

Shades of San Juan #445961

Tints of San Juan #445961

Color information

#445961 (or 0x445961) is unknown color: approx San Juan. HEX triplet: 44, 59 and 61. RGB value is (68,89,97). Sum of RGB (Red+Green+Blue) = 68+89+97=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #445961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445961 is #BBA69E. Grayscale: #535353. Windows color (decimal): -12297887 or 6379844. OLE color: 6379844.

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

Color convert

RGB688997-
CMYK0.300.0800.62
HSL196.55º17.58%32.35%-
HSV(B)196.55º29.9%38.04%-
XYZ8.119.2412.66-
YUV83.63135.54116.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=26.77%
G=35.04%
B=38.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6889970.300.0800.62196.5517.5832.35
Hex4459611E803Ec51220
Octal10413114136100763052240
Binary10001001011001110000111110100001111101100010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445961; }

 p { color: rgb(68,89,97); }

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

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

 a { background-color: rgb(68,89,97); }

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

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

 span { border-color: rgb(68,89,97); }

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