Html Css Color HEX #464461 Gun Powder

📋 copy color: '#464461'

red 70 ◦ green 68 ◦ blue 97

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

Shades of Gun Powder #464461

Tints of Gun Powder #464461

RGB

 RED value IS 70 (27.73% from 255) = 29.79%

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

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 29.79%
G = 28.94%
B = 41.28%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464461 (or 0x464461) is known color: Gun Powder. HEX triplet: 46, 44 and 61. RGB value is (70,68,97). Sum of RGB (Red+Green+Blue) = 70+68+97=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #464461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464461 is #B9BB9E. Grayscale: #474747. Windows color (decimal): -12172191 or 6374470. OLE color: 6374470.

HSL color Cylindrical-coordinate representation of color #464461: hue angle of 244.14º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464461 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 68 97 -
CMYK 0.28 0.30 0 0.62
HSL 244.14º 0.18% 0.32% -
HSV(B) 244.14º 0.3% 0.38% -
XYZ 6.75 6.3 12.17 -
YUV 71.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 70 68 97 0.28 0.30 0 0.62 244.14 0.18 0.32
Hex 46 44 61 1C 1E 0 3E F4 12 20
Octal 106 104 141 34 36 0 76 364 22 40
Binary 1000110 1000100 1100001 11100 11110 0 111110 11110100 10010 100000

Color Harmonies of #464461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464461

Black with #464461

Text Example


Text Example

White with #464461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464461; }

 p { color: rgb(70,68,97); }

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

background-color css

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

 a { background-color: rgb(70,68,97); }

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

border-color css

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

 span { border-color: rgb(70,68,97); }

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