Html Css Color HEX #40464D Rhino

📋 copy color: '#40464D'

red 64 ◦ green 70 ◦ blue 77

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

Shades of Rhino #40464D

Tints of Rhino #40464D

RGB

 RED value IS 64 (25.39% from 255) = 30.33%

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 30.33%
G = 33.18%
B = 36.49%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40464D (or 0x40464D) is known color: Rhino. HEX triplet: 40, 46 and 4D. RGB value is (64,70,77). Sum of RGB (Red+Green+Blue) = 64+70+77=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #40464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40464D is #BFB9B2. Grayscale: #444444. Windows color (decimal): -12564915 or 5064256. OLE color: 5064256.

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

Color convert

RGB 64 70 77 -
CMYK 0.17 0.09 0 0.70
HSL 212.31º 0.09% 0.28% -
HSV(B) 212.31º 0.17% 0.3% -
XYZ 5.64 6.01 7.88 -
YUV 69 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 64 70 77 0.17 0.09 0 0.70 212.31 0.09 0.28
Hex 40 46 4D 11 9 0 46 D4 9 1C
Octal 100 106 115 21 11 0 106 324 11 34
Binary 1000000 1000110 1001101 10001 1001 0 1000110 11010100 1001 11100

Color Harmonies of #40464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40464D

Black with #40464D

Text Example


Text Example

White with #40464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40464D; }

 p { color: rgb(64,70,77); }

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

background-color css

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

 a { background-color: rgb(64,70,77); }

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

border-color css

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

 span { border-color: rgb(64,70,77); }

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