Html Css Color HEX #414C5E Rhino

📋 copy color: '#414C5E'

red 65 ◦ green 76 ◦ blue 94

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

Shades of Rhino #414C5E

Tints of Rhino #414C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

 BLUE value IS 94 (37.11% from 255) = 40%

R = 27.66%
G = 32.34%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#414C5E (or 0x414C5E) is known color: Rhino. HEX triplet: 41, 4C and 5E. RGB value is (65,76,94). Sum of RGB (Red+Green+Blue) = 65+76+94=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #414C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C5E is #BEB3A1. Grayscale: #4A4A4A. Windows color (decimal): -12497826 or 6179905. OLE color: 6179905.

HSL color Cylindrical-coordinate representation of color #414C5E: hue angle of 217.24º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #414C5E is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 76 94 -
CMYK 0.31 0.19 0 0.63
HSL 217.24º 0.18% 0.31% -
HSV(B) 217.24º 0.31% 0.37% -
XYZ 6.78 7.1 11.6 -
YUV 74.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 65 76 94 0.31 0.19 0 0.63 217.24 0.18 0.31
Hex 41 4C 5E 1F 13 0 3F D9 12 1F
Octal 101 114 136 37 23 0 77 331 22 37
Binary 1000001 1001100 1011110 11111 10011 0 111111 11011001 10010 11111

Color Harmonies of #414C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C5E

Black with #414C5E

Text Example


Text Example

White with #414C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,76,94); }

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

background-color css

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

 a { background-color: rgb(65,76,94); }

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

border-color css

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

 span { border-color: rgb(65,76,94); }

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