#445763

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

Shades of San Juan #445763

Tints of San Juan #445763

Color information

#445763 (or 0x445763) is unknown color: approx San Juan. HEX triplet: 44, 57 and 63. RGB value is (68,87,99). Sum of RGB (Red+Green+Blue) = 68+87+99=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #445763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445763 is #BBA89C. Grayscale: #525252. Windows color (decimal): -12298397 or 6510404. OLE color: 6510404.

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

Color convert

RGB688799-
CMYK0.310.1200.61
HSL203.23º18.56%32.75%-
HSV(B)203.23º31.31%38.82%-
XYZ8.048.9513.11-
YUV82.69137.21117.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=26.77%
G=34.25%
B=38.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6887990.310.1200.61203.2318.5632.75
Hex4457631FC03Dcb1321
Octal10412714337140753132341
Binary10001001010111110001111111110001111011100101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445763; }

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

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

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

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

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

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

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

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