#445A6B

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

Shades of San Juan #445A6B

Tints of San Juan #445A6B

Color information

#445A6B (or 0x445A6B) is unknown color: approx San Juan. HEX triplet: 44, 5A and 6B. RGB value is (68,90,107). Sum of RGB (Red+Green+Blue) = 68+90+107=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #445A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A6B is #BBA594. Grayscale: #555555. Windows color (decimal): -12297621 or 7035460. OLE color: 7035460.

HSL color Cylindrical-coordinate representation of color #445A6B: hue angle of 206.15º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #445A6B is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6890107-
CMYK0.360.1600.58
HSL206.15º22.29%34.31%-
HSV(B)206.15º36.45%41.96%-
XYZ8.699.615.31-
YUV85.36140.21115.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=25.66%
G=33.96%
B=40.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68901070.360.1600.58206.1522.2934.31
Hex445A6B241003Ace1622
Octal10413215344200723162642
Binary1000100101101011010111001001000001110101100111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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