#444D61

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

Shades of East Bay #444D61

Tints of East Bay #444D61

Color information

#444D61 (or 0x444D61) is unknown color: approx East Bay. HEX triplet: 44, 4D and 61. RGB value is (68,77,97). Sum of RGB (Red+Green+Blue) = 68+77+97=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #444D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D61 is #BBB29E. Grayscale: #4C4C4C. Windows color (decimal): -12300959 or 6376772. OLE color: 6376772.

HSL color Cylindrical-coordinate representation of color #444D61: hue angle of 221.38º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #444D61 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB687797-
CMYK0.300.2100.62
HSL221.38º17.58%32.35%-
HSV(B)221.38º29.9%38.04%-
XYZ7.27.412.36-
YUV76.59139.52121.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=28.10%
G=31.82%
B=40.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6877970.300.2100.62221.3817.5832.35
Hex444D611E1503Edd1220
Octal10411514136250763352240
Binary100010010011011100001111101010101111101101110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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