#445A61

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

Shades of San Juan #445A61

Tints of San Juan #445A61

Color information

#445A61 (or 0x445A61) is unknown color: approx San Juan. HEX triplet: 44, 5A and 61. RGB value is (68,90,97). Sum of RGB (Red+Green+Blue) = 68+90+97=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #445A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A61 is #BBA59E. Grayscale: #545454. Windows color (decimal): -12297631 or 6380100. OLE color: 6380100.

HSL color Cylindrical-coordinate representation of color #445A61: hue angle of 194.48º 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 #445A61 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB689097-
CMYK0.300.0700.62
HSL194.48º17.58%32.35%-
HSV(B)194.48º29.9%38.04%-
XYZ8.29.412.69-
YUV84.22135.21116.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=26.67%
G=35.29%
B=38.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6890970.300.0700.62194.4817.5832.35
Hex445A611E703Ec21220
Octal1041321413670763022240
Binary1000100101101011000011111011101111101100001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445A61; }

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

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

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

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

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

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

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

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