Html Css Color HEX #414750 Rhino

📋 copy color: '#414750'

red 65 ◦ green 71 ◦ blue 80

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

Shades of Rhino #414750

Tints of Rhino #414750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.87%

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 30.09%
G = 32.87%
B = 37.04%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#414750 (or 0x414750) is known color: Rhino. HEX triplet: 41, 47 and 50. RGB value is (65,71,80). Sum of RGB (Red+Green+Blue) = 65+71+80=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #414750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414750 is #BEB8AF. Grayscale: #464646. Windows color (decimal): -12499120 or 5261121. OLE color: 5261121.

HSL color Cylindrical-coordinate representation of color #414750: hue angle of 216º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #414750 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 71 80 -
CMYK 0.19 0.11 0 0.69
HSL 216º 0.1% 0.28% -
HSV(B) 216º 0.19% 0.31% -
XYZ 5.88 6.21 8.48 -
YUV 70.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 65 71 80 0.19 0.11 0 0.69 216 0.1 0.28
Hex 41 47 50 13 B 0 45 D8 A 1C
Octal 101 107 120 23 13 0 105 330 12 34
Binary 1000001 1000111 1010000 10011 1011 0 1000101 11011000 1010 11100

Color Harmonies of #414750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414750

Black with #414750

Text Example


Text Example

White with #414750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414750; }

 p { color: rgb(65,71,80); }

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

background-color css

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

 a { background-color: rgb(65,71,80); }

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

border-color css

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

 span { border-color: rgb(65,71,80); }

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