#444D5C

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

Shades of Rhino #444D5C

Tints of Rhino #444D5C

Color information

#444D5C (or 0x444D5C) is unknown color: approx Rhino. HEX triplet: 44, 4D and 5C. RGB value is (68,77,92). Sum of RGB (Red+Green+Blue) = 68+77+92=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #444D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D5C is #BBB2A3. Grayscale: #4B4B4B. Windows color (decimal): -12300964 or 6049092. OLE color: 6049092.

HSL color Cylindrical-coordinate representation of color #444D5C: hue angle of 217.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #444D5C is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB687792-
CMYK0.260.1600.64
HSL217.5º15%31.37%-
HSV(B)217.5º26.09%36.08%-
XYZ6.977.3111.17-
YUV76.02137.02122.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=28.69%
G=32.49%
B=38.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6877920.260.1600.64217.51531.37
Hex444D5C1A10040daf1f
Octal104115134322001003321737
Binary10001001001101101110011010100000100000011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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