#414B5E

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

Shades of Rhino #414B5E

Tints of Rhino #414B5E

Color information

#414B5E (or 0x414B5E) is unknown color: approx Rhino. HEX triplet: 41, 4B and 5E. RGB value is (65,75,94). Sum of RGB (Red+Green+Blue) = 65+75+94=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #414B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B5E is #BEB4A1. Grayscale: #4A4A4A. Windows color (decimal): -12498082 or 6179649. OLE color: 6179649.

HSL color Cylindrical-coordinate representation of color #414B5E: hue angle of 219.31º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #414B5E is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB657594-
CMYK0.310.2000.63
HSL219.31º18.24%31.18%-
HSV(B)219.31º30.85%36.86%-
XYZ6.726.9611.58-
YUV74.18139.19121.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=27.78%
G=32.05%
B=40.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6575940.310.2000.63219.3118.2431.18
Hex414B5E1F1403Fdb121f
Octal10111313637240773332237
Binary10000011001011101111011111101000111111110110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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