Html Css Color HEX #404651 Rhino

📋 copy color: '#404651'

red 64 ◦ green 70 ◦ blue 81

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

Shades of Rhino #404651

Tints of Rhino #404651

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

 BLUE value IS 81 (32.03% from 255) = 37.67%

R = 29.77%
G = 32.56%
B = 37.67%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#404651 (or 0x404651) is known color: Rhino. HEX triplet: 40, 46 and 51. RGB value is (64,70,81). Sum of RGB (Red+Green+Blue) = 64+70+81=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #404651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404651 is #BFB9AE. Grayscale: #454545. Windows color (decimal): -12564911 or 5326400. OLE color: 5326400.

HSL color Cylindrical-coordinate representation of color #404651: hue angle of 218.82º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404651 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 70 81 -
CMYK 0.21 0.14 0 0.68
HSL 218.82º 0.12% 0.28% -
HSV(B) 218.82º 0.21% 0.32% -
XYZ 5.79 6.06 8.65 -
YUV 69.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 64 70 81 0.21 0.14 0 0.68 218.82 0.12 0.28
Hex 40 46 51 15 E 0 44 DB C 1C
Octal 100 106 121 25 16 0 104 333 14 34
Binary 1000000 1000110 1010001 10101 1110 0 1000100 11011011 1100 11100

Color Harmonies of #404651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404651

Black with #404651

Text Example


Text Example

White with #404651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404651; }

 p { color: rgb(64,70,81); }

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

background-color css

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

 a { background-color: rgb(64,70,81); }

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

border-color css

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

 span { border-color: rgb(64,70,81); }

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