Html Css Color HEX #465C49 Nandor

📋 copy color: '#465C49'

red 70 ◦ green 92 ◦ blue 73

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

Shades of Nandor #465C49

Tints of Nandor #465C49

RGB

 RED value IS 70 (27.73% from 255) = 29.79%

 GREEN value IS 92 (36.33% from 255) = 39.15%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 29.79%
G = 39.15%
B = 31.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#465C49 (or 0x465C49) is known color: Nandor. HEX triplet: 46, 5C and 49. RGB value is (70,92,73). Sum of RGB (Red+Green+Blue) = 70+92+73=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #465C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C49 is #B9A3B6. Grayscale: #535353. Windows color (decimal): -12166071 or 4807750. OLE color: 4807750.

HSL color Cylindrical-coordinate representation of color #465C49: hue angle of 128.18º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465C49 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 92 73 -
CMYK 0.24 0 0.21 0.64
HSL 128.18º 0.14% 0.32% -
HSV(B) 128.18º 0.24% 0.36% -
XYZ 7.56 9.44 7.73 -
YUV 83.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 70 92 73 0.24 0 0.21 0.64 128.18 0.14 0.32
Hex 46 5C 49 18 0 15 40 80 E 20
Octal 106 134 111 30 0 25 100 200 16 40
Binary 1000110 1011100 1001001 11000 0 10101 1000000 10000000 1110 100000

Color Harmonies of #465C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C49

Black with #465C49

Text Example


Text Example

White with #465C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465C49; }

 p { color: rgb(70,92,73); }

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

background-color css

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

 a { background-color: rgb(70,92,73); }

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

border-color css

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

 span { border-color: rgb(70,92,73); }

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