Html Css Color HEX #484462 Gun Powder

📋 copy color: '#484462'

red 72 ◦ green 68 ◦ blue 98

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

Shades of Gun Powder #484462

Tints of Gun Powder #484462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 30.25%
G = 28.57%
B = 41.18%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484462 (or 0x484462) is known color: Gun Powder. HEX triplet: 48, 44 and 62. RGB value is (72,68,98). Sum of RGB (Red+Green+Blue) = 72+68+98=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #484462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484462 is #B7BB9D. Grayscale: #484848. Windows color (decimal): -12041118 or 6440008. OLE color: 6440008.

HSL color Cylindrical-coordinate representation of color #484462: hue angle of 248º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484462 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 68 98 -
CMYK 0.27 0.31 0 0.62
HSL 248º 0.18% 0.33% -
HSV(B) 248º 0.31% 0.38% -
XYZ 6.94 6.39 12.42 -
YUV 72.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 72 68 98 0.27 0.31 0 0.62 248 0.18 0.33
Hex 48 44 62 1B 1F 0 3E F8 12 21
Octal 110 104 142 33 37 0 76 370 22 41
Binary 1001000 1000100 1100010 11011 11111 0 111110 11111000 10010 100001

Color Harmonies of #484462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484462

Black with #484462

Text Example


Text Example

White with #484462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484462; }

 p { color: rgb(72,68,98); }

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

background-color css

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

 a { background-color: rgb(72,68,98); }

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

border-color css

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

 span { border-color: rgb(72,68,98); }

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