#414A56

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

Shades of Rhino #414A56

Tints of Rhino #414A56

Color information

#414A56 (or 0x414A56) is unknown color: approx Rhino. HEX triplet: 41, 4A and 56. RGB value is (65,74,86). Sum of RGB (Red+Green+Blue) = 65+74+86=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #414A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A56 is #BEB5A9. Grayscale: #484848. Windows color (decimal): -12498346 or 5655105. OLE color: 5655105.

HSL color Cylindrical-coordinate representation of color #414A56: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #414A56 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB657486-
CMYK0.240.1400.66
HSL214.29º13.91%29.61%-
HSV(B)214.29º24.42%33.73%-
XYZ6.316.699.76-
YUV72.68135.52122.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=28.89%
G=32.89%
B=38.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6574860.240.1400.66214.2913.9129.61
Hex414A5618E042d6e1e
Octal101112126301601023261636
Binary1000001100101010101101100011100100001011010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A56; }

 p { color: rgb(65,74,86); }

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

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

 a { background-color: rgb(65,74,86); }

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

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

 span { border-color: rgb(65,74,86); }

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