Html Css Color HEX #404A57 Rhino

📋 copy color: '#404A57'

red 64 ◦ green 74 ◦ blue 87

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

Shades of Rhino #404A57

Tints of Rhino #404A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.89%

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

R = 28.44%
G = 32.89%
B = 38.67%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#404A57 (or 0x404A57) is known color: Rhino. HEX triplet: 40, 4A and 57. RGB value is (64,74,87). Sum of RGB (Red+Green+Blue) = 64+74+87=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #404A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A57 is #BFB5A8. Grayscale: #484848. Windows color (decimal): -12563881 or 5720640. OLE color: 5720640.

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

Color convert

RGB 64 74 87 -
CMYK 0.26 0.15 0 0.66
HSL 213.91º 0.15% 0.3% -
HSV(B) 213.91º 0.26% 0.34% -
XYZ 6.28 6.68 9.97 -
YUV 72.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 64 74 87 0.26 0.15 0 0.66 213.91 0.15 0.3
Hex 40 4A 57 1A F 0 42 D6 F 1E
Octal 100 112 127 32 17 0 102 326 17 36
Binary 1000000 1001010 1010111 11010 1111 0 1000010 11010110 1111 11110

Color Harmonies of #404A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A57

Black with #404A57

Text Example


Text Example

White with #404A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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