#49624B

Color #49624B Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #49624B

Tints of Nandor #49624B

Color information

#49624B (or 0x49624B) is unknown color: approx Nandor. HEX triplet: 49, 62 and 4B. RGB value is (73,98,75). Sum of RGB (Red+Green+Blue) = 73+98+75=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #49624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49624B is #B69DB4. Grayscale: #575757. Windows color (decimal): -11967925 or 4940361. OLE color: 4940361.

HSL color Cylindrical-coordinate representation of color #49624B: hue angle of 124.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49624B is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB739875-
CMYK0.2600.230.62
HSL124.8º14.62%33.53%-
HSV(B)124.8º25.51%38.43%-
XYZ8.3910.668.27-
YUV87.9120.72117.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=29.67%
G=39.84%
B=30.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398750.2600.230.62124.814.6233.53
Hex49624B1A0173E7df22
Octal11114211332027761751742
Binary1001001110001010010111101001011111111011111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49624B; }

 p { color: rgb(73,98,75); }

 H1.HeaderClassName
 {
   color: #49624B;
 }
 .AnyTagClassName
 {
   color: #49624B;
 }
</style>
background-color css

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

 a { background-color: rgb(73,98,75); }

 div.DivClassName
 {
   background-color: #49624B;
 }
 .BgClassName
 {
   background-color: #49624B;
 }
</style>
border-color css

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

 span { border-color: rgb(73,98,75); }

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