#444B65

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

Shades of East Bay #444B65

Tints of East Bay #444B65

Color information

#444B65 (or 0x444B65) is unknown color: approx East Bay. HEX triplet: 44, 4B and 65. RGB value is (68,75,101). Sum of RGB (Red+Green+Blue) = 68+75+101=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #444B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B65 is #BBB49A. Grayscale: #4B4B4B. Windows color (decimal): -12301467 or 6638404. OLE color: 6638404.

HSL color Cylindrical-coordinate representation of color #444B65: hue angle of 227.27º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444B65 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6875101-
CMYK0.330.2600.60
HSL227.27º19.53%33.14%-
HSV(B)227.27º32.67%39.61%-
XYZ7.257.213.32-
YUV75.87142.18122.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 101 (39.84% from 255) = 41.39%
R=27.87%
G=30.74%
B=41.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68751010.330.2600.60227.2719.5333.14
Hex444B65211A03Ce31421
Octal10411314541320743432441
Binary1000100100101111001011000011101001111001110001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,75,101); }

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

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

 a { background-color: rgb(68,75,101); }

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

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

 span { border-color: rgb(68,75,101); }

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