Html Css Color HEX #48664A Nandor

📋 copy color: '#48664A'

red 72 ◦ green 102 ◦ blue 74

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

Shades of Nandor #48664A

Tints of Nandor #48664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.13%

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

R = 29.03%
G = 41.13%
B = 29.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#48664A (or 0x48664A) is known color: Nandor. HEX triplet: 48, 66 and 4A. RGB value is (72,102,74). Sum of RGB (Red+Green+Blue) = 72+102+74=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #48664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48664A is #B799B5. Grayscale: #595959. Windows color (decimal): -12032438 or 4875848. OLE color: 4875848.

HSL color Cylindrical-coordinate representation of color #48664A: hue angle of 124º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48664A is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 102 74 -
CMYK 0.29 0 0.27 0.6
HSL 124º 0.17% 0.34% -
HSV(B) 124º 0.29% 0.4% -
XYZ 8.66 11.37 8.22 -
YUV 89.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 72 102 74 0.29 0 0.27 0.6 124 0.17 0.34
Hex 48 66 4A 1D 0 1B 3C 7C 11 22
Octal 110 146 112 35 0 33 74 174 21 42
Binary 1001000 1100110 1001010 11101 0 11011 111100 1111100 10001 100010

Color Harmonies of #48664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48664A

Black with #48664A

Text Example


Text Example

White with #48664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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