#414A57

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

Shades of Rhino #414A57

Tints of Rhino #414A57

Color information

#414A57 (or 0x414A57) is unknown color: approx Rhino. HEX triplet: 41, 4A and 57. RGB value is (65,74,87). Sum of RGB (Red+Green+Blue) = 65+74+87=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #414A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A57 is #BEB5A8. Grayscale: #484848. Windows color (decimal): -12498345 or 5720641. OLE color: 5720641.

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

Color convert

RGB657487-
CMYK0.250.1500.66
HSL215.45º14.47%29.8%-
HSV(B)215.45º25.29%34.12%-
XYZ6.356.719.98-
YUV72.79136.02122.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=28.76%
G=32.74%
B=38.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6574870.250.1500.66215.4514.4729.8
Hex414A5719F042d7e1e
Octal101112127311701023271636
Binary1000001100101010101111100111110100001011010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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