Html Css Color HEX #48435A Gun Powder

📋 copy color: '#48435A'

red 72 ◦ green 67 ◦ blue 90

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

Shades of Gun Powder #48435A

Tints of Gun Powder #48435A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.26%

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 31.44%
G = 29.26%
B = 39.3%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48435A (or 0x48435A) is known color: Gun Powder. HEX triplet: 48, 43 and 5A. RGB value is (72,67,90). Sum of RGB (Red+Green+Blue) = 72+67+90=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #48435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48435A is #B7BCA5. Grayscale: #474747. Windows color (decimal): -12041382 or 5915464. OLE color: 5915464.

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

Color convert

RGB 72 67 90 -
CMYK 0.20 0.26 0 0.65
HSL 253.04º 0.15% 0.31% -
HSV(B) 253.04º 0.26% 0.35% -
XYZ 6.53 6.13 10.51 -
YUV 71.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 72 67 90 0.20 0.26 0 0.65 253.04 0.15 0.31
Hex 48 43 5A 14 1A 0 41 FD F 1F
Octal 110 103 132 24 32 0 101 375 17 37
Binary 1001000 1000011 1011010 10100 11010 0 1000001 11111101 1111 11111

Color Harmonies of #48435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48435A

Black with #48435A

Text Example


Text Example

White with #48435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,67,90); }

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

background-color css

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

 a { background-color: rgb(72,67,90); }

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

border-color css

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

 span { border-color: rgb(72,67,90); }

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