#404C61

Color #404C61 Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #404C61

Tints of Rhino #404C61

Color information

#404C61 (or 0x404C61) is unknown color: approx Rhino. HEX triplet: 40, 4C and 61. RGB value is (64,76,97). Sum of RGB (Red+Green+Blue) = 64+76+97=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #404C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C61 is #BFB39E. Grayscale: #4A4A4A. Windows color (decimal): -12563359 or 6376512. OLE color: 6376512.

HSL color Cylindrical-coordinate representation of color #404C61: hue angle of 218.18º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #404C61 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB647697-
CMYK0.340.2200.62
HSL218.18º20.5%31.57%-
HSV(B)218.18º34.02%38.04%-
XYZ6.867.1212.32-
YUV74.81140.52120.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=27.00%
G=32.07%
B=40.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6476970.340.2200.62218.1820.531.57
Hex404C61221603Eda1420
Octal10011414142260763322440
Binary1000000100110011000011000101011001111101101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #404C61;
 }
 .AnyTagClassName
 {
   color: #404C61;
 }
</style>
background-color css

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

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

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

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

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

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