Html Css Color HEX #404957 Rhino

📋 copy color: '#404957'

red 64 ◦ green 73 ◦ blue 87

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

Shades of Rhino #404957

Tints of Rhino #404957

RGB

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

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

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

R = 28.57%
G = 32.59%
B = 38.84%

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

#404957 (or 0x404957) is known color: Rhino. HEX triplet: 40, 49 and 57. RGB value is (64,73,87). Sum of RGB (Red+Green+Blue) = 64+73+87=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #404957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404957 is #BFB6A8. Grayscale: #474747. Windows color (decimal): -12564137 or 5720384. OLE color: 5720384.

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

Color convert

RGB 64 73 87 -
CMYK 0.26 0.16 0 0.66
HSL 216.52º 0.15% 0.3% -
HSV(B) 216.52º 0.26% 0.34% -
XYZ 6.22 6.54 9.95 -
YUV 71.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 64 73 87 0.26 0.16 0 0.66 216.52 0.15 0.3
Hex 40 49 57 1A 10 0 42 D9 F 1E
Octal 100 111 127 32 20 0 102 331 17 36
Binary 1000000 1001001 1010111 11010 10000 0 1000010 11011001 1111 11110

Color Harmonies of #404957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404957

Black with #404957

Text Example


Text Example

White with #404957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404957; }

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

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

background-color css

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

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

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

border-color css

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

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

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