Html Css Color HEX #404856 Rhino

📋 copy color: '#404856'

red 64 ◦ green 72 ◦ blue 86

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

Shades of Rhino #404856

Tints of Rhino #404856

RGB

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

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

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

R = 28.83%
G = 32.43%
B = 38.74%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#404856 (or 0x404856) is known color: Rhino. HEX triplet: 40, 48 and 56. RGB value is (64,72,86). Sum of RGB (Red+Green+Blue) = 64+72+86=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #404856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404856 is #BFB7A9. Grayscale: #474747. Windows color (decimal): -12564394 or 5654592. OLE color: 5654592.

HSL color Cylindrical-coordinate representation of color #404856: hue angle of 218.18º 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 #404856 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 72 86 -
CMYK 0.26 0.16 0 0.66
HSL 218.18º 0.15% 0.29% -
HSV(B) 218.18º 0.26% 0.34% -
XYZ 6.11 6.4 9.72 -
YUV 71.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 64 72 86 0.26 0.16 0 0.66 218.18 0.15 0.29
Hex 40 48 56 1A 10 0 42 DA F 1D
Octal 100 110 126 32 20 0 102 332 17 35
Binary 1000000 1001000 1010110 11010 10000 0 1000010 11011010 1111 11101

Color Harmonies of #404856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404856

Black with #404856

Text Example


Text Example

White with #404856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404856; }

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

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

background-color css

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

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

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

border-color css

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

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

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