#445766

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

Shades of San Juan #445766

Tints of San Juan #445766

Color information

#445766 (or 0x445766) is unknown color: approx San Juan. HEX triplet: 44, 57 and 66. RGB value is (68,87,102). Sum of RGB (Red+Green+Blue) = 68+87+102=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 102 - color contains mainly: blue. Hex color #445766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445766 is #BBA899. Grayscale: #525252. Windows color (decimal): -12298394 or 6707012. OLE color: 6707012.

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

Color convert

RGB6887102-
CMYK0.330.1500.6
HSL206.47º20%33.33%-
HSV(B)206.47º33.33%40%-
XYZ8.19913.88-
YUV83.03138.71117.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.46%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=26.46%
G=33.85%
B=39.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68871020.330.1500.6206.472033.33
Hex44576621F03Cce1421
Octal10412714641170743162441
Binary100010010101111100110100001111101111001100111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445766; }

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

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

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

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

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

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

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

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