Html Css Color HEX #48584B Nandor

📋 copy color: '#48584B'

red 72 ◦ green 88 ◦ blue 75

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

Shades of Nandor #48584B

Tints of Nandor #48584B

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 value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#48584B (or 0x48584B) is known color: 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

RGB 72 88 75 -
CMYK 0.18 0 0.15 0.65
HSL 131.25º 0.1% 0.31% -
HSV(B) 131.25º 0.18% 0.35% -
XYZ 7.43 8.87 7.98 -
YUV 81.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 72 88 75 0.18 0 0.15 0.65 131.25 0.1 0.31
Hex 48 58 4B 12 0 F 41 83 A 1F
Octal 110 130 113 22 0 17 101 203 12 37
Binary 1001000 1011000 1001011 10010 0 1111 1000001 10000011 1010 11111

Color Harmonies of #48584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48584B

Black with #48584B

Text Example


Text Example

White with #48584B

Text Example


Text Example

HTML Codes & Css Web 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>