#414853

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

Shades of Rhino #414853

Tints of Rhino #414853

Color information

#414853 (or 0x414853) is unknown color: approx Rhino. HEX triplet: 41, 48 and 53. RGB value is (65,72,83). Sum of RGB (Red+Green+Blue) = 65+72+83=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #414853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414853 is #BEB7AC. Grayscale: #474747. Windows color (decimal): -12498861 or 5457985. OLE color: 5457985.

HSL color Cylindrical-coordinate representation of color #414853: hue angle of 216.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414853 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB657283-
CMYK0.220.1300.67
HSL216.67º12.16%29.02%-
HSV(B)216.67º21.69%32.55%-
XYZ6.066.389.1-
YUV71.16134.68123.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=29.55%
G=32.73%
B=37.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6572830.220.1300.67216.6712.1629.02
Hex41485316D043d9c1d
Octal101110123261501033311435
Binary1000001100100010100111011011010100001111011001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414853; }

 p { color: rgb(65,72,83); }

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

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

 a { background-color: rgb(65,72,83); }

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

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

 span { border-color: rgb(65,72,83); }

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