Html Css Color HEX #404C5E Rhino

📋 copy color: '#404C5E'

red 64 ◦ green 76 ◦ blue 94

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

Shades of Rhino #404C5E

Tints of Rhino #404C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 27.35%
G = 32.48%
B = 40.17%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#404C5E (or 0x404C5E) is known color: Rhino. HEX triplet: 40, 4C and 5E. RGB value is (64,76,94). Sum of RGB (Red+Green+Blue) = 64+76+94=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #404C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C5E is #BFB3A1. Grayscale: #4A4A4A. Windows color (decimal): -12563362 or 6179904. OLE color: 6179904.

HSL color Cylindrical-coordinate representation of color #404C5E: hue angle of 216º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #404C5E is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 76 94 -
CMYK 0.32 0.19 0 0.63
HSL 216º 0.19% 0.31% -
HSV(B) 216º 0.32% 0.37% -
XYZ 6.72 7.07 11.6 -
YUV 74.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 64 76 94 0.32 0.19 0 0.63 216 0.19 0.31
Hex 40 4C 5E 20 13 0 3F D8 13 1F
Octal 100 114 136 40 23 0 77 330 23 37
Binary 1000000 1001100 1011110 100000 10011 0 111111 11011000 10011 11111

Color Harmonies of #404C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C5E

Black with #404C5E

Text Example


Text Example

White with #404C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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