Html Css Color HEX #404A59 Rhino

📋 copy color: '#404A59'

red 64 ◦ green 74 ◦ blue 89

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

Shades of Rhino #404A59

Tints of Rhino #404A59

RGB

 RED value IS 64 (25.39% from 255) = 28.19%

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 28.19%
G = 32.6%
B = 39.21%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#404A59 (or 0x404A59) is known color: Rhino. HEX triplet: 40, 4A and 59. RGB value is (64,74,89). Sum of RGB (Red+Green+Blue) = 64+74+89=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #404A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A59 is #BFB5A6. Grayscale: #484848. Windows color (decimal): -12563879 or 5851712. OLE color: 5851712.

HSL color Cylindrical-coordinate representation of color #404A59: hue angle of 216º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #404A59 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 74 89 -
CMYK 0.28 0.17 0 0.65
HSL 216º 0.16% 0.3% -
HSV(B) 216º 0.28% 0.35% -
XYZ 6.37 6.71 10.41 -
YUV 72.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 64 74 89 0.28 0.17 0 0.65 216 0.16 0.3
Hex 40 4A 59 1C 11 0 41 D8 10 1E
Octal 100 112 131 34 21 0 101 330 20 36
Binary 1000000 1001010 1011001 11100 10001 0 1000001 11011000 10000 11110

Color Harmonies of #404A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A59

Black with #404A59

Text Example


Text Example

White with #404A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404A59; }

 p { color: rgb(64,74,89); }

 H1.HeaderClassName
 {
   color: #404A59;
 }
 .AnyTagClassName
 {
   color: #404A59;
 }
</style>

background-color css

<style>
 a { background-color: #404A59; }

 a { background-color: rgb(64,74,89); }

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

border-color css

<style>
 span { border-color: #404A59; }

 span { border-color: rgb(64,74,89); }

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