Html Css Color HEX #48425A Gun Powder

📋 copy color: '#48425A'

red 72 ◦ green 66 ◦ blue 90

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

Shades of Gun Powder #48425A

Tints of Gun Powder #48425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.95%

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

R = 31.58%
G = 28.95%
B = 39.47%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48425A (or 0x48425A) is known color: Gun Powder. HEX triplet: 48, 42 and 5A. RGB value is (72,66,90). Sum of RGB (Red+Green+Blue) = 72+66+90=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #48425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48425A is #B7BDA5. Grayscale: #464646. Windows color (decimal): -12041638 or 5915208. OLE color: 5915208.

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

Color convert

RGB 72 66 90 -
CMYK 0.20 0.27 0 0.65
HSL 255º 0.15% 0.31% -
HSV(B) 255º 0.27% 0.35% -
XYZ 6.47 6.01 10.49 -
YUV 70.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 72 66 90 0.20 0.27 0 0.65 255 0.15 0.31
Hex 48 42 5A 14 1B 0 41 FF F 1F
Octal 110 102 132 24 33 0 101 377 17 37
Binary 1001000 1000010 1011010 10100 11011 0 1000001 11111111 1111 11111

Color Harmonies of #48425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48425A

Black with #48425A

Text Example


Text Example

White with #48425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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