#444E60

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

Shades of East Bay #444E60

Tints of East Bay #444E60

Color information

#444E60 (or 0x444E60) is unknown color: approx East Bay. HEX triplet: 44, 4E and 60. RGB value is (68,78,96). Sum of RGB (Red+Green+Blue) = 68+78+96=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #444E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E60 is #BBB19F. Grayscale: #4C4C4C. Windows color (decimal): -12300704 or 6311492. OLE color: 6311492.

HSL color Cylindrical-coordinate representation of color #444E60: hue angle of 218.57º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #444E60 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB687896-
CMYK0.290.1900.62
HSL218.57º17.07%32.16%-
HSV(B)218.57º29.17%37.65%-
XYZ7.227.5212.14-
YUV77.06138.69121.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=28.10%
G=32.23%
B=39.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6878960.290.1900.62218.5717.0732.16
Hex444E601D1303Edb1120
Octal10411614035230763332140
Binary100010010011101100000111011001101111101101101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,78,96); }

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

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

 a { background-color: rgb(68,78,96); }

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

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

 span { border-color: rgb(68,78,96); }

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