Html Css Color HEX #48584A Nandor

📋 copy color: '#48584A'

red 72 ◦ green 88 ◦ blue 74

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

Shades of Nandor #48584A

Tints of Nandor #48584A

RGB

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

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

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

R = 30.77%
G = 37.61%
B = 31.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#48584A (or 0x48584A) is known color: Nandor. HEX triplet: 48, 58 and 4A. RGB value is (72,88,74). Sum of RGB (Red+Green+Blue) = 72+88+74=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 88 - color contains mainly: green. Hex color #48584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48584A is #B7A7B5. Grayscale: #515151. Windows color (decimal): -12036022 or 4872264. OLE color: 4872264.

HSL color Cylindrical-coordinate representation of color #48584A: hue angle of 127.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #48584A is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 74 -
CMYK 0.18 0 0.16 0.65
HSL 127.5º 0.1% 0.31% -
HSV(B) 127.5º 0.18% 0.35% -
XYZ 7.4 8.85 7.8 -
YUV 81.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 72 88 74 0.18 0 0.16 0.65 127.5 0.1 0.31
Hex 48 58 4A 12 0 10 41 80 A 1F
Octal 110 130 112 22 0 20 101 200 12 37
Binary 1001000 1011000 1001010 10010 0 10000 1000001 10000000 1010 11111

Color Harmonies of #48584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48584A

Black with #48584A

Text Example


Text Example

White with #48584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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