#414B56

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

Shades of Rhino #414B56

Tints of Rhino #414B56

Color information

#414B56 (or 0x414B56) is unknown color: approx Rhino. HEX triplet: 41, 4B and 56. RGB value is (65,75,86). Sum of RGB (Red+Green+Blue) = 65+75+86=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 86 - color contains mainly: blue. Hex color #414B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B56 is #BEB4A9. Grayscale: #494949. Windows color (decimal): -12498090 or 5655361. OLE color: 5655361.

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

Color convert

RGB657586-
CMYK0.240.1300.66
HSL211.43º13.91%29.61%-
HSV(B)211.43º24.42%33.73%-
XYZ6.386.839.79-
YUV73.26135.19122.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 86 (33.98% from 255) = 38.05%
R=28.76%
G=33.19%
B=38.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6575860.240.1300.66211.4313.9129.61
Hex414B5618D042d3e1e
Octal101113126301501023231636
Binary1000001100101110101101100011010100001011010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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