Html Css Color HEX #48624A Nandor

📋 copy color: '#48624A'

red 72 ◦ green 98 ◦ blue 74

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

Shades of Nandor #48624A

Tints of Nandor #48624A

RGB

 RED value IS 72 (28.52% from 255) = 29.51%

 GREEN value IS 98 (38.67% from 255) = 40.16%

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 29.51%
G = 40.16%
B = 30.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#48624A (or 0x48624A) is known color: Nandor. HEX triplet: 48, 62 and 4A. RGB value is (72,98,74). Sum of RGB (Red+Green+Blue) = 72+98+74=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #48624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48624A is #B79DB5. Grayscale: #575757. Windows color (decimal): -12033462 or 4874824. OLE color: 4874824.

HSL color Cylindrical-coordinate representation of color #48624A: hue angle of 124.62º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48624A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 74 -
CMYK 0.27 0 0.24 0.62
HSL 124.62º 0.15% 0.33% -
HSV(B) 124.62º 0.27% 0.38% -
XYZ 8.28 10.61 8.09 -
YUV 87.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 72 98 74 0.27 0 0.24 0.62 124.62 0.15 0.33
Hex 48 62 4A 1B 0 18 3E 7D F 21
Octal 110 142 112 33 0 30 76 175 17 41
Binary 1001000 1100010 1001010 11011 0 11000 111110 1111101 1111 100001

Color Harmonies of #48624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48624A

Black with #48624A

Text Example


Text Example

White with #48624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48624A; }

 p { color: rgb(72,98,74); }

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

background-color css

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

 a { background-color: rgb(72,98,74); }

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

border-color css

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

 span { border-color: rgb(72,98,74); }

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