#444F6D

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

Shades of East Bay #444F6D

Tints of East Bay #444F6D

Color information

#444F6D (or 0x444F6D) is unknown color: approx East Bay. HEX triplet: 44, 4F and 6D. RGB value is (68,79,109). Sum of RGB (Red+Green+Blue) = 68+79+109=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #444F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F6D is #BBB092. Grayscale: #4E4E4E. Windows color (decimal): -12300435 or 7163716. OLE color: 7163716.

HSL color Cylindrical-coordinate representation of color #444F6D: hue angle of 223.9º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #444F6D is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6879109-
CMYK0.380.2800.57
HSL223.9º23.16%34.71%-
HSV(B)223.9º37.61%42.75%-
XYZ7.947.9315.58-
YUV79.13144.86120.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 109 (42.97% from 255) = 42.58%
R=26.56%
G=30.86%
B=42.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68791090.380.2800.57223.923.1634.71
Hex444F6D261C039e01723
Octal10411715546340713402743
Binary1000100100111111011011001101110001110011110000010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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