Html Css Color HEX #424052 Gun Powder

📋 copy color: '#424052'

red 66 ◦ green 64 ◦ blue 82

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

Shades of Gun Powder #424052

Tints of Gun Powder #424052

RGB

 RED value IS 66 (26.17% from 255) = 31.13%

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 31.13%
G = 30.19%
B = 38.68%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424052 (or 0x424052) is known color: Gun Powder. HEX triplet: 42, 40 and 52. RGB value is (66,64,82). Sum of RGB (Red+Green+Blue) = 66+64+82=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #424052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424052 is #BDBFAD. Grayscale: #424242. Windows color (decimal): -12435374 or 5390402. OLE color: 5390402.

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

Color convert

RGB 66 64 82 -
CMYK 0.20 0.22 0 0.68
HSL 246.67º 0.12% 0.29% -
HSV(B) 246.67º 0.22% 0.32% -
XYZ 5.6 5.43 8.74 -
YUV 66.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 66 64 82 0.20 0.22 0 0.68 246.67 0.12 0.29
Hex 42 40 52 14 16 0 44 F7 C 1D
Octal 102 100 122 24 26 0 104 367 14 35
Binary 1000010 1000000 1010010 10100 10110 0 1000100 11110111 1100 11101

Color Harmonies of #424052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424052

Black with #424052

Text Example


Text Example

White with #424052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424052; }

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

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

background-color css

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

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

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

border-color css

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

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

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