Html Css Color HEX #414A54 Rhino

📋 copy color: '#414A54'

red 65 ◦ green 74 ◦ blue 84

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

Shades of Rhino #414A54

Tints of Rhino #414A54

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

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

R = 29.15%
G = 33.18%
B = 37.67%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414A54 (or 0x414A54) is known color: Rhino. HEX triplet: 41, 4A and 54. RGB value is (65,74,84). Sum of RGB (Red+Green+Blue) = 65+74+84=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #414A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A54 is #BEB5AB. Grayscale: #484848. Windows color (decimal): -12498348 or 5524033. OLE color: 5524033.

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

Color convert

RGB 65 74 84 -
CMYK 0.23 0.12 0 0.67
HSL 211.58º 0.13% 0.29% -
HSV(B) 211.58º 0.23% 0.33% -
XYZ 6.23 6.66 9.34 -
YUV 72.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 65 74 84 0.23 0.12 0 0.67 211.58 0.13 0.29
Hex 41 4A 54 17 C 0 43 D4 D 1D
Octal 101 112 124 27 14 0 103 324 15 35
Binary 1000001 1001010 1010100 10111 1100 0 1000011 11010100 1101 11101

Color Harmonies of #414A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A54

Black with #414A54

Text Example


Text Example

White with #414A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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