Html Css Color HEX #446447 Nandor

📋 copy color: '#446447'

red 68 ◦ green 100 ◦ blue 71

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

Shades of Nandor #446447

Tints of Nandor #446447

RGB

 RED value IS 68 (26.95% from 255) = 28.45%

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

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

R = 28.45%
G = 41.84%
B = 29.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#446447 (or 0x446447) is known color: Nandor. HEX triplet: 44, 64 and 47. RGB value is (68,100,71). Sum of RGB (Red+Green+Blue) = 68+100+71=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #446447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446447 is #BB9BB8. Grayscale: #575757. Windows color (decimal): -12295097 or 4678724. OLE color: 4678724.

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

Color convert

RGB 68 100 71 -
CMYK 0.32 0 0.29 0.61
HSL 125.63º 0.19% 0.33% -
HSV(B) 125.63º 0.32% 0.39% -
XYZ 8.08 10.8 7.62 -
YUV 87.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 68 100 71 0.32 0 0.29 0.61 125.63 0.19 0.33
Hex 44 64 47 20 0 1D 3D 7E 13 21
Octal 104 144 107 40 0 35 75 176 23 41
Binary 1000100 1100100 1000111 100000 0 11101 111101 1111110 10011 100001

Color Harmonies of #446447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446447

Black with #446447

Text Example


Text Example

White with #446447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446447; }

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

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

background-color css

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

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

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

border-color css

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

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

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