#445B66

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

Shades of San Juan #445B66

Tints of San Juan #445B66

Color information

#445B66 (or 0x445B66) is unknown color: approx San Juan. HEX triplet: 44, 5B and 66. RGB value is (68,91,102). Sum of RGB (Red+Green+Blue) = 68+91+102=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #445B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B66 is #BBA499. Grayscale: #555555. Windows color (decimal): -12297370 or 6708036. OLE color: 6708036.

HSL color Cylindrical-coordinate representation of color #445B66: hue angle of 199.41º 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 #445B66 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6891102-
CMYK0.330.1100.6
HSL199.41º20%33.33%-
HSV(B)199.41º33.33%40%-
XYZ8.529.6713.99-
YUV85.38137.38115.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=26.05%
G=34.87%
B=39.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68911020.330.1100.6199.412033.33
Hex445B6621B03Cc71421
Octal10413314641130743072441
Binary100010010110111100110100001101101111001100011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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