Html Css Color HEX #466148 Nandor

📋 copy color: '#466148'

red 70 ◦ green 97 ◦ blue 72

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

Shades of Nandor #466148

Tints of Nandor #466148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

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

R = 29.29%
G = 40.59%
B = 30.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#466148 (or 0x466148) is known color: Nandor. HEX triplet: 46, 61 and 48. RGB value is (70,97,72). Sum of RGB (Red+Green+Blue) = 70+97+72=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #466148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466148 is #B99EB7. Grayscale: #565656. Windows color (decimal): -12164792 or 4743494. OLE color: 4743494.

HSL color Cylindrical-coordinate representation of color #466148: hue angle of 124.44º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #466148 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 72 -
CMYK 0.28 0 0.26 0.62
HSL 124.44º 0.16% 0.33% -
HSV(B) 124.44º 0.28% 0.38% -
XYZ 7.97 10.32 7.7 -
YUV 86.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 70 97 72 0.28 0 0.26 0.62 124.44 0.16 0.33
Hex 46 61 48 1C 0 1A 3E 7C 10 21
Octal 106 141 110 34 0 32 76 174 20 41
Binary 1000110 1100001 1001000 11100 0 11010 111110 1111100 10000 100001

Color Harmonies of #466148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466148

Black with #466148

Text Example


Text Example

White with #466148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466148; }

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

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

background-color css

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

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

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

border-color css

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

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

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