Html Css Color HEX #466447 Nandor

📋 copy color: '#466447'

red 70 ◦ green 100 ◦ blue 71

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

Shades of Nandor #466447

Tints of Nandor #466447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

 BLUE value IS 71 (28.13% from 255) = 29.46%

R = 29.05%
G = 41.49%
B = 29.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#466447 (or 0x466447) is known color: Nandor. HEX triplet: 46, 64 and 47. RGB value is (70,100,71). Sum of RGB (Red+Green+Blue) = 70+100+71=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #466447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466447 is #B99BB8. Grayscale: #575757. Windows color (decimal): -12164025 or 4678726. OLE color: 4678726.

HSL color Cylindrical-coordinate representation of color #466447: hue angle of 122º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #466447 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 71 -
CMYK 0.30 0 0.29 0.61
HSL 122º 0.18% 0.33% -
HSV(B) 122º 0.3% 0.39% -
XYZ 8.22 10.87 7.63 -
YUV 87.72 118.56 115.36 -
System Red Green Blue C M Y K H S L
Decimal 70 100 71 0.30 0 0.29 0.61 122 0.18 0.33
Hex 46 64 47 1E 0 1D 3D 7A 12 21
Octal 106 144 107 36 0 35 75 172 22 41
Binary 1000110 1100100 1000111 11110 0 11101 111101 1111010 10010 100001

Color Harmonies of #466447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466447

Black with #466447

Text Example


Text Example

White with #466447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466447; }

 p { color: rgb(70,100,71); }

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

background-color css

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

 a { background-color: rgb(70,100,71); }

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

border-color css

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

 span { border-color: rgb(70,100,71); }

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