Html Css Color HEX #464453 Gun Powder

📋 copy color: '#464453'

red 70 ◦ green 68 ◦ blue 83

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

Shades of Gun Powder #464453

Tints of Gun Powder #464453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 31.67%
G = 30.77%
B = 37.56%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#464453 (or 0x464453) is known color: Gun Powder. HEX triplet: 46, 44 and 53. RGB value is (70,68,83). Sum of RGB (Red+Green+Blue) = 70+68+83=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #464453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464453 is #B9BBAC. Grayscale: #464646. Windows color (decimal): -12172205 or 5456966. OLE color: 5456966.

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

Color convert

RGB 70 68 83 -
CMYK 0.16 0.18 0 0.67
HSL 248º 0.1% 0.3% -
HSV(B) 248º 0.18% 0.33% -
XYZ 6.15 6.06 9.03 -
YUV 70.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 70 68 83 0.16 0.18 0 0.67 248 0.1 0.3
Hex 46 44 53 10 12 0 43 F8 A 1E
Octal 106 104 123 20 22 0 103 370 12 36
Binary 1000110 1000100 1010011 10000 10010 0 1000011 11111000 1010 11110

Color Harmonies of #464453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464453

Black with #464453

Text Example


Text Example

White with #464453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464453; }

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

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

background-color css

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

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

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

border-color css

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

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

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