Html Css Color HEX #404958 Rhino

📋 copy color: '#404958'

red 64 ◦ green 73 ◦ blue 88

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

Shades of Rhino #404958

Tints of Rhino #404958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.44%

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 28.44%
G = 32.44%
B = 39.11%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#404958 (or 0x404958) is known color: Rhino. HEX triplet: 40, 49 and 58. RGB value is (64,73,88). Sum of RGB (Red+Green+Blue) = 64+73+88=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #404958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404958 is #BFB6A7. Grayscale: #474747. Windows color (decimal): -12564136 or 5785920. OLE color: 5785920.

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

Color convert

RGB 64 73 88 -
CMYK 0.27 0.17 0 0.65
HSL 217.5º 0.16% 0.3% -
HSV(B) 217.5º 0.27% 0.35% -
XYZ 6.26 6.56 10.17 -
YUV 72.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 64 73 88 0.27 0.17 0 0.65 217.5 0.16 0.3
Hex 40 49 58 1B 11 0 41 DA 10 1E
Octal 100 111 130 33 21 0 101 332 20 36
Binary 1000000 1001001 1011000 11011 10001 0 1000001 11011010 10000 11110

Color Harmonies of #404958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404958

Black with #404958

Text Example


Text Example

White with #404958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404958; }

 p { color: rgb(64,73,88); }

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

background-color css

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

 a { background-color: rgb(64,73,88); }

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

border-color css

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

 span { border-color: rgb(64,73,88); }

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