#414954

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

Shades of Rhino #414954

Tints of Rhino #414954

Color information

#414954 (or 0x414954) is unknown color: approx Rhino. HEX triplet: 41, 49 and 54. RGB value is (65,73,84). Sum of RGB (Red+Green+Blue) = 65+73+84=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #414954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414954 is #BEB6AB. Grayscale: #474747. Windows color (decimal): -12498604 or 5523777. OLE color: 5523777.

HSL color Cylindrical-coordinate representation of color #414954: hue angle of 214.74º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414954 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB657384-
CMYK0.230.1300.67
HSL214.74º12.75%29.22%-
HSV(B)214.74º22.62%32.94%-
XYZ6.166.539.32-
YUV71.86134.85123.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=29.28%
G=32.88%
B=37.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6573840.230.1300.67214.7412.7529.22
Hex41495417D043d7d1d
Octal101111124271501033271535
Binary1000001100100110101001011111010100001111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414954; }

 p { color: rgb(65,73,84); }

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

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

 a { background-color: rgb(65,73,84); }

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

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

 span { border-color: rgb(65,73,84); }

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