Html Css Color HEX #444E5D Rhino

📋 copy color: '#444E5D'

red 68 ◦ green 78 ◦ blue 93

#444E5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rhino #444E5D

Tints of Rhino #444E5D

RGB

 RED value IS 68 (26.95% from 255) = 28.45%

 GREEN value IS 78 (30.86% from 255) = 32.64%

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 28.45%
G = 32.64%
B = 38.91%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#444E5D (or 0x444E5D) is known color: Rhino. HEX triplet: 44, 4E and 5D. RGB value is (68,78,93). Sum of RGB (Red+Green+Blue) = 68+78+93=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #444E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E5D is #BBB1A2. Grayscale: #4C4C4C. Windows color (decimal): -12300707 or 6114884. OLE color: 6114884.

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

Color convert

RGB 68 78 93 -
CMYK 0.27 0.16 0 0.64
HSL 216º 0.16% 0.32% -
HSV(B) 216º 0.27% 0.36% -
XYZ 7.08 7.47 11.42 -
YUV 76.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 68 78 93 0.27 0.16 0 0.64 216 0.16 0.32
Hex 44 4E 5D 1B 10 0 40 D8 10 20
Octal 104 116 135 33 20 0 100 330 20 40
Binary 1000100 1001110 1011101 11011 10000 0 1000000 11011000 10000 100000

Color Harmonies of #444E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E5D

Black with #444E5D

Text Example


Text Example

White with #444E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #444E5D;
 }
 .AnyTagClassName
 {
   color: #444E5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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