#44556B

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

Shades of East Bay #44556B

Tints of East Bay #44556B

Color information

#44556B (or 0x44556B) is unknown color: approx East Bay. HEX triplet: 44, 55 and 6B. RGB value is (68,85,107). Sum of RGB (Red+Green+Blue) = 68+85+107=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #44556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44556B is #BBAA94. Grayscale: #525252. Windows color (decimal): -12298901 or 7034180. OLE color: 7034180.

HSL color Cylindrical-coordinate representation of color #44556B: hue angle of 213.85º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44556B is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6885107-
CMYK0.360.2100.58
HSL213.85º22.29%34.31%-
HSV(B)213.85º36.45%41.96%-
XYZ8.298.7915.17-
YUV82.43141.87117.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=26.15%
G=32.69%
B=41.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68851070.360.2100.58213.8522.2934.31
Hex44556B241503Ad61622
Octal10412515344250723262642
Binary1000100101010111010111001001010101110101101011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44556B; }

 p { color: rgb(68,85,107); }

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

<style>
 a { background-color: #44556B; }

 a { background-color: rgb(68,85,107); }

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

<style>
 span { border-color: #44556B; }

 span { border-color: rgb(68,85,107); }

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