Html Css Color HEX #414A58 Rhino

📋 copy color: '#414A58'

red 65 ◦ green 74 ◦ blue 88

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

Shades of Rhino #414A58

Tints of Rhino #414A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.77%

R = 28.63%
G = 32.6%
B = 38.77%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414A58 (or 0x414A58) is known color: Rhino. HEX triplet: 41, 4A and 58. RGB value is (65,74,88). Sum of RGB (Red+Green+Blue) = 65+74+88=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #414A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A58 is #BEB5A7. Grayscale: #484848. Windows color (decimal): -12498344 or 5786177. OLE color: 5786177.

HSL color Cylindrical-coordinate representation of color #414A58: hue angle of 216.52º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #414A58 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 74 88 -
CMYK 0.26 0.16 0 0.65
HSL 216.52º 0.15% 0.3% -
HSV(B) 216.52º 0.26% 0.35% -
XYZ 6.39 6.73 10.19 -
YUV 72.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 65 74 88 0.26 0.16 0 0.65 216.52 0.15 0.3
Hex 41 4A 58 1A 10 0 41 D9 F 1E
Octal 101 112 130 32 20 0 101 331 17 36
Binary 1000001 1001010 1011000 11010 10000 0 1000001 11011001 1111 11110

Color Harmonies of #414A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A58

Black with #414A58

Text Example


Text Example

White with #414A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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