Html Css Color HEX #474260 Gun Powder

📋 copy color: '#474260'

red 71 ◦ green 66 ◦ blue 96

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

Shades of Gun Powder #474260

Tints of Gun Powder #474260

RGB

 RED value IS 71 (28.13% from 255) = 30.47%

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

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 30.47%
G = 28.33%
B = 41.2%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474260 (or 0x474260) is known color: Gun Powder. HEX triplet: 47, 42 and 60. RGB value is (71,66,96). Sum of RGB (Red+Green+Blue) = 71+66+96=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #474260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474260 is #B8BD9F. Grayscale: #464646. Windows color (decimal): -12107168 or 6308423. OLE color: 6308423.

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

Color convert

RGB 71 66 96 -
CMYK 0.26 0.31 0 0.62
HSL 250º 0.19% 0.32% -
HSV(B) 250º 0.31% 0.38% -
XYZ 6.66 6.08 11.89 -
YUV 70.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 71 66 96 0.26 0.31 0 0.62 250 0.19 0.32
Hex 47 42 60 1A 1F 0 3E FA 13 20
Octal 107 102 140 32 37 0 76 372 23 40
Binary 1000111 1000010 1100000 11010 11111 0 111110 11111010 10011 100000

Color Harmonies of #474260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474260

Black with #474260

Text Example


Text Example

White with #474260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474260; }

 p { color: rgb(71,66,96); }

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

background-color css

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

 a { background-color: rgb(71,66,96); }

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

border-color css

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

 span { border-color: rgb(71,66,96); }

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