#445863

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

Shades of San Juan #445863

Tints of San Juan #445863

Color information

#445863 (or 0x445863) is unknown color: approx San Juan. HEX triplet: 44, 58 and 63. RGB value is (68,88,99). Sum of RGB (Red+Green+Blue) = 68+88+99=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #445863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445863 is #BBA79C. Grayscale: #535353. Windows color (decimal): -12298141 or 6510660. OLE color: 6510660.

HSL color Cylindrical-coordinate representation of color #445863: hue angle of 201.29º 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 #445863 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB688899-
CMYK0.310.1100.61
HSL201.29º18.56%32.75%-
HSV(B)201.29º31.31%38.82%-
XYZ8.139.1113.13-
YUV83.27136.87117.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=26.67%
G=34.51%
B=38.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6888990.310.1100.61201.2918.5632.75
Hex4458631FB03Dc91321
Octal10413014337130753112341
Binary10001001011000110001111111101101111011100100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445863; }

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

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

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

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

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

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

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

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