Html Css Color HEX #49584B Nandor

📋 copy color: '#49584B'

red 73 ◦ green 88 ◦ blue 75

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

Shades of Nandor #49584B

Tints of Nandor #49584B

RGB

 RED value IS 73 (28.91% from 255) = 30.93%

 GREEN value IS 88 (34.77% from 255) = 37.29%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 30.93%
G = 37.29%
B = 31.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#49584B (or 0x49584B) is known color: Nandor. HEX triplet: 49, 58 and 4B. RGB value is (73,88,75). Sum of RGB (Red+Green+Blue) = 73+88+75=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #49584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49584B is #B6A7B4. Grayscale: #525252. Windows color (decimal): -11970485 or 4937801. OLE color: 4937801.

HSL color Cylindrical-coordinate representation of color #49584B: hue angle of 128º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #49584B is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 75 -
CMYK 0.17 0 0.15 0.65
HSL 128º 0.09% 0.32% -
HSV(B) 128º 0.17% 0.35% -
XYZ 7.51 8.9 7.98 -
YUV 82.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 73 88 75 0.17 0 0.15 0.65 128 0.09 0.32
Hex 49 58 4B 11 0 F 41 80 9 20
Octal 111 130 113 21 0 17 101 200 11 40
Binary 1001001 1011000 1001011 10001 0 1111 1000001 10000000 1001 100000

Color Harmonies of #49584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49584B

Black with #49584B

Text Example


Text Example

White with #49584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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