#444D63

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

Shades of East Bay #444D63

Tints of East Bay #444D63

Color information

#444D63 (or 0x444D63) is unknown color: approx East Bay. HEX triplet: 44, 4D and 63. RGB value is (68,77,99). Sum of RGB (Red+Green+Blue) = 68+77+99=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #444D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D63 is #BBB29C. Grayscale: #4C4C4C. Windows color (decimal): -12300957 or 6507844. OLE color: 6507844.

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

Color convert

RGB687799-
CMYK0.310.2200.61
HSL222.58º18.56%32.75%-
HSV(B)222.58º31.31%38.82%-
XYZ7.297.4412.86-
YUV76.82140.52121.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 77 (30.47% from 255) = 31.56%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=27.87%
G=31.56%
B=40.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6877990.310.2200.61222.5818.5632.75
Hex444D631F1603Ddf1321
Octal10411514337260753372341
Binary100010010011011100011111111011001111011101111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444D63; }

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

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

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

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

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

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

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

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