Html Css Color HEX #454252 Gun Powder

📋 copy color: '#454252'

red 69 ◦ green 66 ◦ blue 82

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

Shades of Gun Powder #454252

Tints of Gun Powder #454252

RGB

 RED value IS 69 (27.34% from 255) = 31.8%

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

 BLUE value IS 82 (32.42% from 255) = 37.79%

R = 31.8%
G = 30.41%
B = 37.79%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#454252 (or 0x454252) is known color: Gun Powder. HEX triplet: 45, 42 and 52. RGB value is (69,66,82). Sum of RGB (Red+Green+Blue) = 69+66+82=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #454252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454252 is #BABDAD. Grayscale: #444444. Windows color (decimal): -12238254 or 5390917. OLE color: 5390917.

HSL color Cylindrical-coordinate representation of color #454252: hue angle of 251.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #454252 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 66 82 -
CMYK 0.16 0.20 0 0.68
HSL 251.25º 0.11% 0.29% -
HSV(B) 251.25º 0.2% 0.32% -
XYZ 5.93 5.77 8.78 -
YUV 68.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 69 66 82 0.16 0.20 0 0.68 251.25 0.11 0.29
Hex 45 42 52 10 14 0 44 FB B 1D
Octal 105 102 122 20 24 0 104 373 13 35
Binary 1000101 1000010 1010010 10000 10100 0 1000100 11111011 1011 11101

Color Harmonies of #454252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454252

Black with #454252

Text Example


Text Example

White with #454252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454252; }

 p { color: rgb(69,66,82); }

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

background-color css

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

 a { background-color: rgb(69,66,82); }

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

border-color css

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

 span { border-color: rgb(69,66,82); }

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