#48584B

Color #48584B Nandor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nandor #48584B

Tints of Nandor #48584B

Color information

#48584B (or 0x48584B) is unknown color: approx Nandor. HEX triplet: 48, 58 and 4B. RGB value is (72,88,75). Sum of RGB (Red+Green+Blue) = 72+88+75=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #48584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48584B is #B7A7B4. Grayscale: #515151. Windows color (decimal): -12036021 or 4937800. OLE color: 4937800.

HSL color Cylindrical-coordinate representation of color #48584B: hue angle of 131.25º 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 #48584B is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB728875-
CMYK0.1800.150.65
HSL131.25º10%31.37%-
HSV(B)131.25º18.18%34.51%-
XYZ7.438.877.98-
YUV81.73124.2121.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=30.64%
G=37.45%
B=31.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288750.1800.150.65131.251031.37
Hex48584B120F4183a1f
Octal110130113220171012031237
Binary1001000101100010010111001001111100000110000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48584B;
 }
 .AnyTagClassName
 {
   color: #48584B;
 }
</style>
background-color css

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

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

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

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

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

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