Html Css Color HEX #404954 Rhino

📋 copy color: '#404954'

red 64 ◦ green 73 ◦ blue 84

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

Shades of Rhino #404954

Tints of Rhino #404954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.01%

R = 28.96%
G = 33.03%
B = 38.01%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404954 (or 0x404954) is known color: Rhino. HEX triplet: 40, 49 and 54. RGB value is (64,73,84). Sum of RGB (Red+Green+Blue) = 64+73+84=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #404954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404954 is #BFB6AB. Grayscale: #474747. Windows color (decimal): -12564140 or 5523776. OLE color: 5523776.

HSL color Cylindrical-coordinate representation of color #404954: hue angle of 213º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404954 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 73 84 -
CMYK 0.24 0.13 0 0.67
HSL 213º 0.14% 0.29% -
HSV(B) 213º 0.24% 0.33% -
XYZ 6.1 6.5 9.32 -
YUV 71.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 64 73 84 0.24 0.13 0 0.67 213 0.14 0.29
Hex 40 49 54 18 D 0 43 D5 E 1D
Octal 100 111 124 30 15 0 103 325 16 35
Binary 1000000 1001001 1010100 11000 1101 0 1000011 11010101 1110 11101

Color Harmonies of #404954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404954

Black with #404954

Text Example


Text Example

White with #404954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404954; }

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

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

background-color css

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

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

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

border-color css

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

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

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