Html Css Color HEX #466648 Nandor

📋 copy color: '#466648'

red 70 ◦ green 102 ◦ blue 72

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

Shades of Nandor #466648

Tints of Nandor #466648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.8%

 BLUE value IS 72 (28.52% from 255) = 29.51%

R = 28.69%
G = 41.8%
B = 29.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#466648 (or 0x466648) is known color: Nandor. HEX triplet: 46, 66 and 48. RGB value is (70,102,72). Sum of RGB (Red+Green+Blue) = 70+102+72=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #466648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466648 is #B999B7. Grayscale: #595959. Windows color (decimal): -12163512 or 4744774. OLE color: 4744774.

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

Color convert

RGB 70 102 72 -
CMYK 0.31 0 0.29 0.6
HSL 123.75º 0.19% 0.34% -
HSV(B) 123.75º 0.31% 0.4% -
XYZ 8.45 11.27 7.86 -
YUV 89.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 70 102 72 0.31 0 0.29 0.6 123.75 0.19 0.34
Hex 46 66 48 1F 0 1D 3C 7C 13 22
Octal 106 146 110 37 0 35 74 174 23 42
Binary 1000110 1100110 1001000 11111 0 11101 111100 1111100 10011 100010

Color Harmonies of #466648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466648

Black with #466648

Text Example


Text Example

White with #466648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466648; }

 p { color: rgb(70,102,72); }

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

background-color css

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

 a { background-color: rgb(70,102,72); }

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

border-color css

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

 span { border-color: rgb(70,102,72); }

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