#445963

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

Shades of San Juan #445963

Tints of San Juan #445963

Color information

#445963 (or 0x445963) is unknown color: approx San Juan. HEX triplet: 44, 59 and 63. RGB value is (68,89,99). Sum of RGB (Red+Green+Blue) = 68+89+99=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #445963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445963 is #BBA69C. Grayscale: #535353. Windows color (decimal): -12297885 or 6510916. OLE color: 6510916.

HSL color Cylindrical-coordinate representation of color #445963: hue angle of 199.35º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445963 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB688999-
CMYK0.310.1000.61
HSL199.35º18.56%32.75%-
HSV(B)199.35º31.31%38.82%-
XYZ8.219.2713.16-
YUV83.86136.54116.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=26.56%
G=34.77%
B=38.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6889990.310.1000.61199.3518.5632.75
Hex4459631FA03Dc71321
Octal10413114337120753072341
Binary10001001011001110001111111101001111011100011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445963; }

 p { color: rgb(68,89,99); }

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

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

 a { background-color: rgb(68,89,99); }

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

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

 span { border-color: rgb(68,89,99); }

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