Html Css Color HEX #404854 Rhino

📋 copy color: '#404854'

red 64 ◦ green 72 ◦ blue 84

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

Shades of Rhino #404854

Tints of Rhino #404854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 29.09%
G = 32.73%
B = 38.18%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404854 (or 0x404854) is known color: Rhino. HEX triplet: 40, 48 and 54. RGB value is (64,72,84). Sum of RGB (Red+Green+Blue) = 64+72+84=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #404854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404854 is #BFB7AB. Grayscale: #464646. Windows color (decimal): -12564396 or 5523520. OLE color: 5523520.

HSL color Cylindrical-coordinate representation of color #404854: hue angle of 216º 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 #404854 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 72 84 -
CMYK 0.24 0.14 0 0.67
HSL 216º 0.14% 0.29% -
HSV(B) 216º 0.24% 0.33% -
XYZ 6.03 6.36 9.3 -
YUV 70.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 64 72 84 0.24 0.14 0 0.67 216 0.14 0.29
Hex 40 48 54 18 E 0 43 D8 E 1D
Octal 100 110 124 30 16 0 103 330 16 35
Binary 1000000 1001000 1010100 11000 1110 0 1000011 11011000 1110 11101

Color Harmonies of #404854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404854

Black with #404854

Text Example


Text Example

White with #404854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404854; }

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

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

background-color css

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

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

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

border-color css

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

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

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