#445A62

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

Shades of San Juan #445A62

Tints of San Juan #445A62

Color information

#445A62 (or 0x445A62) is unknown color: approx San Juan. HEX triplet: 44, 5A and 62. RGB value is (68,90,98). Sum of RGB (Red+Green+Blue) = 68+90+98=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #445A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A62 is #BBA59D. Grayscale: #545454. Windows color (decimal): -12297630 or 6445636. OLE color: 6445636.

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

Color convert

RGB689098-
CMYK0.310.0800.62
HSL196º18.07%32.55%-
HSV(B)196º30.61%38.43%-
XYZ8.249.4212.94-
YUV84.33135.71116.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=26.56%
G=35.16%
B=38.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6890980.310.0800.6219618.0732.55
Hex445A621F803Ec41221
Octal10413214237100763042241
Binary10001001011010110001011111100001111101100010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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