#444E58

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

Shades of Cello #444E58

Tints of Cello #444E58

Color information

#444E58 (or 0x444E58) is unknown color: approx Cello. HEX triplet: 44, 4E and 58. RGB value is (68,78,88). Sum of RGB (Red+Green+Blue) = 68+78+88=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #444E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E58 is #BBB1A7. Grayscale: #4C4C4C. Windows color (decimal): -12300712 or 5787204. OLE color: 5787204.

HSL color Cylindrical-coordinate representation of color #444E58: hue angle of 210º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444E58 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB687888-
CMYK0.230.1100.65
HSL210º12.82%30.59%-
HSV(B)210º22.73%34.51%-
XYZ6.877.3810.3-
YUV76.15134.69122.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=29.06%
G=33.33%
B=37.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6878880.230.1100.6521012.8230.59
Hex444E5817B041d2d1f
Octal104116130271301013221537
Binary1000100100111010110001011110110100000111010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,78,88); }

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

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

 a { background-color: rgb(68,78,88); }

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

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

 span { border-color: rgb(68,78,88); }

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