#444D58

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

Shades of Rhino #444D58

Tints of Rhino #444D58

Color information

#444D58 (or 0x444D58) is unknown color: approx Rhino. HEX triplet: 44, 4D and 58. RGB value is (68,77,88). Sum of RGB (Red+Green+Blue) = 68+77+88=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #444D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D58 is #BBB2A7. Grayscale: #4B4B4B. Windows color (decimal): -12300968 or 5786948. OLE color: 5786948.

HSL color Cylindrical-coordinate representation of color #444D58: hue angle of 213º 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 #444D58 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB687788-
CMYK0.230.1200.65
HSL213º12.82%30.59%-
HSV(B)213º22.73%34.51%-
XYZ6.87.2410.27-
YUV75.56135.02122.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=29.18%
G=33.05%
B=37.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6877880.230.1200.6521312.8230.59
Hex444D5817C041d5d1f
Octal104115130271401013251537
Binary1000100100110110110001011111000100000111010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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