#414B57

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

Shades of Rhino #414B57

Tints of Rhino #414B57

Color information

#414B57 (or 0x414B57) is unknown color: approx Rhino. HEX triplet: 41, 4B and 57. RGB value is (65,75,87). Sum of RGB (Red+Green+Blue) = 65+75+87=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #414B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B57 is #BEB4A8. Grayscale: #494949. Windows color (decimal): -12498089 or 5720897. OLE color: 5720897.

HSL color Cylindrical-coordinate representation of color #414B57: hue angle of 212.73º 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 #414B57 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB657587-
CMYK0.250.1400.66
HSL212.73º14.47%29.8%-
HSV(B)212.73º25.29%34.12%-
XYZ6.426.8410-
YUV73.38135.69122.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=28.63%
G=33.04%
B=38.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6575870.250.1400.66212.7314.4729.8
Hex414B5719E042d5e1e
Octal101113127311601023251636
Binary1000001100101110101111100111100100001011010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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