Html Css Color HEX #414854 Rhino

📋 copy color: '#414854'

red 65 ◦ green 72 ◦ blue 84

#414854
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rhino #414854

Tints of Rhino #414854

RGB

 RED value IS 65 (25.78% from 255) = 29.41%

 GREEN value IS 72 (28.52% from 255) = 32.58%

 BLUE value IS 84 (33.2% from 255) = 38.01%

R = 29.41%
G = 32.58%
B = 38.01%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414854 (or 0x414854) is known color: Rhino. HEX triplet: 41, 48 and 54. RGB value is (65,72,84). Sum of RGB (Red+Green+Blue) = 65+72+84=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #414854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414854 is #BEB7AB. Grayscale: #474747. Windows color (decimal): -12498860 or 5523521. OLE color: 5523521.

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

Color convert

RGB 65 72 84 -
CMYK 0.23 0.14 0 0.67
HSL 217.89º 0.13% 0.29% -
HSV(B) 217.89º 0.23% 0.33% -
XYZ 6.1 6.4 9.3 -
YUV 71.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 65 72 84 0.23 0.14 0 0.67 217.89 0.13 0.29
Hex 41 48 54 17 E 0 43 DA D 1D
Octal 101 110 124 27 16 0 103 332 15 35
Binary 1000001 1001000 1010100 10111 1110 0 1000011 11011010 1101 11101

Color Harmonies of #414854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414854

Black with #414854

Text Example


Text Example

White with #414854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414854; }

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

 H1.HeaderClassName
 {
   color: #414854;
 }
 .AnyTagClassName
 {
   color: #414854;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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