#444F61

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

Shades of East Bay #444F61

Tints of East Bay #444F61

Color information

#444F61 (or 0x444F61) is unknown color: approx East Bay. HEX triplet: 44, 4F and 61. RGB value is (68,79,97). Sum of RGB (Red+Green+Blue) = 68+79+97=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #444F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F61 is #BBB09E. Grayscale: #4D4D4D. Windows color (decimal): -12300447 or 6377284. OLE color: 6377284.

HSL color Cylindrical-coordinate representation of color #444F61: hue angle of 217.24º 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 #444F61 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB687997-
CMYK0.300.1900.62
HSL217.24º17.58%32.35%-
HSV(B)217.24º29.9%38.04%-
XYZ7.347.6812.41-
YUV77.76138.86121.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=27.87%
G=32.38%
B=39.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6879970.300.1900.62217.2417.5832.35
Hex444F611E1303Ed91220
Octal10411714136230763312240
Binary100010010011111100001111101001101111101101100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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