Html Css Color HEX #404C5B Rhino

📋 copy color: '#404C5B'

red 64 ◦ green 76 ◦ blue 91

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

Shades of Rhino #404C5B

Tints of Rhino #404C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

 BLUE value IS 91 (35.94% from 255) = 39.39%

R = 27.71%
G = 32.9%
B = 39.39%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#404C5B (or 0x404C5B) is known color: Rhino. HEX triplet: 40, 4C and 5B. RGB value is (64,76,91). Sum of RGB (Red+Green+Blue) = 64+76+91=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #404C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C5B is #BFB3A4. Grayscale: #4A4A4A. Windows color (decimal): -12563365 or 5983296. OLE color: 5983296.

HSL color Cylindrical-coordinate representation of color #404C5B: hue angle of 213.33º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404C5B is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 76 91 -
CMYK 0.30 0.16 0 0.64
HSL 213.33º 0.17% 0.3% -
HSV(B) 213.33º 0.3% 0.36% -
XYZ 6.59 7.01 10.9 -
YUV 74.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 64 76 91 0.30 0.16 0 0.64 213.33 0.17 0.3
Hex 40 4C 5B 1E 10 0 40 D5 11 1E
Octal 100 114 133 36 20 0 100 325 21 36
Binary 1000000 1001100 1011011 11110 10000 0 1000000 11010101 10001 11110

Color Harmonies of #404C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C5B

Black with #404C5B

Text Example


Text Example

White with #404C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,76,91); }

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

background-color css

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

 a { background-color: rgb(64,76,91); }

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

border-color css

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

 span { border-color: rgb(64,76,91); }

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