#445A6C

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

Shades of San Juan #445A6C

Tints of San Juan #445A6C

Color information

#445A6C (or 0x445A6C) is unknown color: approx San Juan. HEX triplet: 44, 5A and 6C. RGB value is (68,90,108). Sum of RGB (Red+Green+Blue) = 68+90+108=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #445A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A6C is #BBA593. Grayscale: #555555. Windows color (decimal): -12297620 or 7100996. OLE color: 7100996.

HSL color Cylindrical-coordinate representation of color #445A6C: hue angle of 207º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #445A6C is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6890108-
CMYK0.370.1700.58
HSL207º22.73%34.51%-
HSV(B)207º37.04%42.35%-
XYZ8.759.6215.58-
YUV85.47140.71115.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=25.56%
G=33.83%
B=40.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68901080.370.1700.5820722.7334.51
Hex445A6C251103Acf1723
Octal10413215445210723172743
Binary1000100101101011011001001011000101110101100111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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