Html Css Color HEX #404857 Rhino

📋 copy color: '#404857'

red 64 ◦ green 72 ◦ blue 87

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

Shades of Rhino #404857

Tints of Rhino #404857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 28.7%
G = 32.29%
B = 39.01%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#404857 (or 0x404857) is known color: Rhino. HEX triplet: 40, 48 and 57. RGB value is (64,72,87). Sum of RGB (Red+Green+Blue) = 64+72+87=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #404857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404857 is #BFB7A8. Grayscale: #474747. Windows color (decimal): -12564393 or 5720128. OLE color: 5720128.

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

Color convert

RGB 64 72 87 -
CMYK 0.26 0.17 0 0.66
HSL 219.13º 0.15% 0.3% -
HSV(B) 219.13º 0.26% 0.34% -
XYZ 6.15 6.41 9.93 -
YUV 71.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 64 72 87 0.26 0.17 0 0.66 219.13 0.15 0.3
Hex 40 48 57 1A 11 0 42 DB F 1E
Octal 100 110 127 32 21 0 102 333 17 36
Binary 1000000 1001000 1010111 11010 10001 0 1000010 11011011 1111 11110

Color Harmonies of #404857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404857

Black with #404857

Text Example


Text Example

White with #404857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404857; }

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

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

background-color css

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

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

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

border-color css

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

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

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