Html Css Color HEX #414954 Rhino

📋 copy color: '#414954'

red 65 ◦ green 73 ◦ blue 84

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

Shades of Rhino #414954

Tints of Rhino #414954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

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

R = 29.28%
G = 32.88%
B = 37.84%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414954 (or 0x414954) is known color: Rhino. HEX triplet: 41, 49 and 54. RGB value is (65,73,84). Sum of RGB (Red+Green+Blue) = 65+73+84=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #414954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414954 is #BEB6AB. Grayscale: #474747. Windows color (decimal): -12498604 or 5523777. OLE color: 5523777.

HSL color Cylindrical-coordinate representation of color #414954: hue angle of 214.74º 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 #414954 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 73 84 -
CMYK 0.23 0.13 0 0.67
HSL 214.74º 0.13% 0.29% -
HSV(B) 214.74º 0.23% 0.33% -
XYZ 6.16 6.53 9.32 -
YUV 71.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 65 73 84 0.23 0.13 0 0.67 214.74 0.13 0.29
Hex 41 49 54 17 D 0 43 D7 D 1D
Octal 101 111 124 27 15 0 103 327 15 35
Binary 1000001 1001001 1010100 10111 1101 0 1000011 11010111 1101 11101

Color Harmonies of #414954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414954

Black with #414954

Text Example


Text Example

White with #414954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414954; }

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

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

background-color css

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

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

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

border-color css

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

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

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