#414B59

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

Shades of Rhino #414B59

Tints of Rhino #414B59

Color information

#414B59 (or 0x414B59) is unknown color: approx Rhino. HEX triplet: 41, 4B and 59. RGB value is (65,75,89). Sum of RGB (Red+Green+Blue) = 65+75+89=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #414B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B59 is #BEB4A6. Grayscale: #494949. Windows color (decimal): -12498087 or 5851969. OLE color: 5851969.

HSL color Cylindrical-coordinate representation of color #414B59: hue angle of 215º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414B59 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB657589-
CMYK0.270.1600.65
HSL215º15.58%30.2%-
HSV(B)215º26.97%34.9%-
XYZ6.56.8810.44-
YUV73.61136.69121.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=28.38%
G=32.75%
B=38.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6575890.270.1600.6521515.5830.2
Hex414B591B10041d7101e
Octal101113131332001013272036
Binary100000110010111011001110111000001000001110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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