Html Css Color HEX #444D5D Rhino

📋 copy color: '#444D5D'

red 68 ◦ green 77 ◦ blue 93

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

Shades of Rhino #444D5D

Tints of Rhino #444D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

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

R = 28.57%
G = 32.35%
B = 39.08%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#444D5D (or 0x444D5D) is known color: Rhino. HEX triplet: 44, 4D and 5D. RGB value is (68,77,93). Sum of RGB (Red+Green+Blue) = 68+77+93=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #444D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D5D is #BBB2A2. Grayscale: #4C4C4C. Windows color (decimal): -12300963 or 6114628. OLE color: 6114628.

HSL color Cylindrical-coordinate representation of color #444D5D: hue angle of 218.4º 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 #444D5D is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 77 93 -
CMYK 0.27 0.17 0 0.64
HSL 218.4º 0.16% 0.32% -
HSV(B) 218.4º 0.27% 0.36% -
XYZ 7.01 7.33 11.4 -
YUV 76.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 68 77 93 0.27 0.17 0 0.64 218.4 0.16 0.32
Hex 44 4D 5D 1B 11 0 40 DA 10 20
Octal 104 115 135 33 21 0 100 332 20 40
Binary 1000100 1001101 1011101 11011 10001 0 1000000 11011010 10000 100000

Color Harmonies of #444D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D5D

Black with #444D5D

Text Example


Text Example

White with #444D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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