Html Css Color HEX #48604A Nandor

📋 copy color: '#48604A'

red 72 ◦ green 96 ◦ blue 74

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

Shades of Nandor #48604A

Tints of Nandor #48604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

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

R = 29.75%
G = 39.67%
B = 30.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#48604A (or 0x48604A) is known color: Nandor. HEX triplet: 48, 60 and 4A. RGB value is (72,96,74). Sum of RGB (Red+Green+Blue) = 72+96+74=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #48604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48604A is #B79FB5. Grayscale: #565656. Windows color (decimal): -12033974 or 4874312. OLE color: 4874312.

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

Color convert

RGB 72 96 74 -
CMYK 0.25 0 0.23 0.62
HSL 125º 0.14% 0.33% -
HSV(B) 125º 0.25% 0.38% -
XYZ 8.09 10.24 8.03 -
YUV 86.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 72 96 74 0.25 0 0.23 0.62 125 0.14 0.33
Hex 48 60 4A 19 0 17 3E 7D E 21
Octal 110 140 112 31 0 27 76 175 16 41
Binary 1001000 1100000 1001010 11001 0 10111 111110 1111101 1110 100001

Color Harmonies of #48604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48604A

Black with #48604A

Text Example


Text Example

White with #48604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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