Html Css Color HEX #466749 Nandor

📋 copy color: '#466749'

red 70 ◦ green 103 ◦ blue 73

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

Shades of Nandor #466749

Tints of Nandor #466749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.87%

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

R = 28.46%
G = 41.87%
B = 29.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#466749 (or 0x466749) is known color: Nandor. HEX triplet: 46, 67 and 49. RGB value is (70,103,73). Sum of RGB (Red+Green+Blue) = 70+103+73=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #466749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466749 is #B998B6. Grayscale: #595959. Windows color (decimal): -12163255 or 4810566. OLE color: 4810566.

HSL color Cylindrical-coordinate representation of color #466749: hue angle of 125.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466749 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 73 -
CMYK 0.32 0 0.29 0.60
HSL 125.45º 0.19% 0.34% -
HSV(B) 125.45º 0.32% 0.4% -
XYZ 8.58 11.48 8.07 -
YUV 89.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 70 103 73 0.32 0 0.29 0.60 125.45 0.19 0.34
Hex 46 67 49 20 0 1D 3C 7D 13 22
Octal 106 147 111 40 0 35 74 175 23 42
Binary 1000110 1100111 1001001 100000 0 11101 111100 1111101 10011 100010

Color Harmonies of #466749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466749

Black with #466749

Text Example


Text Example

White with #466749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466749; }

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

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

background-color css

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

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

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

border-color css

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

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

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