Html Css Color HEX #444E5A Rhino

📋 copy color: '#444E5A'

red 68 ◦ green 78 ◦ blue 90

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

Shades of Rhino #444E5A

Tints of Rhino #444E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 28.81%
G = 33.05%
B = 38.14%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#444E5A (or 0x444E5A) is known color: Rhino. HEX triplet: 44, 4E and 5A. RGB value is (68,78,90). Sum of RGB (Red+Green+Blue) = 68+78+90=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #444E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E5A is #BBB1A5. Grayscale: #4C4C4C. Windows color (decimal): -12300710 or 5918276. OLE color: 5918276.

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

Color convert

RGB 68 78 90 -
CMYK 0.24 0.13 0 0.65
HSL 212.73º 0.14% 0.31% -
HSV(B) 212.73º 0.24% 0.35% -
XYZ 6.95 7.42 10.74 -
YUV 76.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 68 78 90 0.24 0.13 0 0.65 212.73 0.14 0.31
Hex 44 4E 5A 18 D 0 41 D5 E 1F
Octal 104 116 132 30 15 0 101 325 16 37
Binary 1000100 1001110 1011010 11000 1101 0 1000001 11010101 1110 11111

Color Harmonies of #444E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E5A

Black with #444E5A

Text Example


Text Example

White with #444E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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