Html Css Color HEX #41474E Rhino

📋 copy color: '#41474E'

red 65 ◦ green 71 ◦ blue 78

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

Shades of Rhino #41474E

Tints of Rhino #41474E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 30.37%
G = 33.18%
B = 36.45%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41474E (or 0x41474E) is known color: Rhino. HEX triplet: 41, 47 and 4E. RGB value is (65,71,78). Sum of RGB (Red+Green+Blue) = 65+71+78=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 78 - color contains mainly: blue. Hex color #41474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41474E is #BEB8B1. Grayscale: #454545. Windows color (decimal): -12499122 or 5130049. OLE color: 5130049.

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

Color convert

RGB 65 71 78 -
CMYK 0.17 0.09 0 0.69
HSL 212.31º 0.09% 0.28% -
HSV(B) 212.31º 0.17% 0.31% -
XYZ 5.81 6.18 8.09 -
YUV 70 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 65 71 78 0.17 0.09 0 0.69 212.31 0.09 0.28
Hex 41 47 4E 11 9 0 45 D4 9 1C
Octal 101 107 116 21 11 0 105 324 11 34
Binary 1000001 1000111 1001110 10001 1001 0 1000101 11010100 1001 11100

Color Harmonies of #41474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41474E

Black with #41474E

Text Example


Text Example

White with #41474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41474E; }

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

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

background-color css

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

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

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

border-color css

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

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

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