#445D66

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

Shades of San Juan #445D66

Tints of San Juan #445D66

Color information

#445D66 (or 0x445D66) is unknown color: approx San Juan. HEX triplet: 44, 5D and 66. RGB value is (68,93,102). Sum of RGB (Red+Green+Blue) = 68+93+102=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #445D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D66 is #BBA299. Grayscale: #565656. Windows color (decimal): -12296858 or 6708548. OLE color: 6708548.

HSL color Cylindrical-coordinate representation of color #445D66: hue angle of 195.88º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445D66 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6893102-
CMYK0.330.0900.6
HSL195.88º20%33.33%-
HSV(B)195.88º33.33%40%-
XYZ8.710.0214.05-
YUV86.55136.72114.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=25.86%
G=35.36%
B=38.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68931020.330.0900.6195.882033.33
Hex445D6621903Cc41421
Octal10413514641110743042441
Binary100010010111011100110100001100101111001100010010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,102); }

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

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

 a { background-color: rgb(68,93,102); }

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

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

 span { border-color: rgb(68,93,102); }

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