#445063

Color #445063 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #445063

Tints of East Bay #445063

Color information

#445063 (or 0x445063) is unknown color: approx East Bay. HEX triplet: 44, 50 and 63. RGB value is (68,80,99). Sum of RGB (Red+Green+Blue) = 68+80+99=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #445063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445063 is #BBAF9C. Grayscale: #4E4E4E. Windows color (decimal): -12300189 or 6508612. OLE color: 6508612.

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

Color convert

RGB688099-
CMYK0.310.1900.61
HSL216.77º18.56%32.75%-
HSV(B)216.77º31.31%38.82%-
XYZ7.57.8712.93-
YUV78.58139.52120.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=27.53%
G=32.39%
B=40.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6880990.310.1900.61216.7718.5632.75
Hex4450631F1303Dd91321
Octal10412014337230753312341
Binary100010010100001100011111111001101111011101100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445063; }

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

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

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

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

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

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

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

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