Html Css Color HEX #404956 Rhino

📋 copy color: '#404956'

red 64 ◦ green 73 ◦ blue 86

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

Shades of Rhino #404956

Tints of Rhino #404956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.57%

R = 28.7%
G = 32.74%
B = 38.57%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#404956 (or 0x404956) is known color: Rhino. HEX triplet: 40, 49 and 56. RGB value is (64,73,86). Sum of RGB (Red+Green+Blue) = 64+73+86=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #404956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404956 is #BFB6A9. Grayscale: #474747. Windows color (decimal): -12564138 or 5654848. OLE color: 5654848.

HSL color Cylindrical-coordinate representation of color #404956: hue angle of 215.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404956 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 73 86 -
CMYK 0.26 0.15 0 0.66
HSL 215.45º 0.15% 0.29% -
HSV(B) 215.45º 0.26% 0.34% -
XYZ 6.18 6.53 9.74 -
YUV 71.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 64 73 86 0.26 0.15 0 0.66 215.45 0.15 0.29
Hex 40 49 56 1A F 0 42 D7 F 1D
Octal 100 111 126 32 17 0 102 327 17 35
Binary 1000000 1001001 1010110 11010 1111 0 1000010 11010111 1111 11101

Color Harmonies of #404956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404956

Black with #404956

Text Example


Text Example

White with #404956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404956; }

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

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

background-color css

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

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

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

border-color css

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

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

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