Html Css Color HEX #424058 Gun Powder

📋 copy color: '#424058'

red 66 ◦ green 64 ◦ blue 88

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

Shades of Gun Powder #424058

Tints of Gun Powder #424058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 30.28%
G = 29.36%
B = 40.37%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424058 (or 0x424058) is known color: Gun Powder. HEX triplet: 42, 40 and 58. RGB value is (66,64,88). Sum of RGB (Red+Green+Blue) = 66+64+88=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #424058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424058 is #BDBFA7. Grayscale: #434343. Windows color (decimal): -12435368 or 5783618. OLE color: 5783618.

HSL color Cylindrical-coordinate representation of color #424058: hue angle of 245º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #424058 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 64 88 -
CMYK 0.25 0.27 0 0.65
HSL 245º 0.16% 0.3% -
HSV(B) 245º 0.27% 0.35% -
XYZ 5.84 5.53 9.99 -
YUV 67.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 66 64 88 0.25 0.27 0 0.65 245 0.16 0.3
Hex 42 40 58 19 1B 0 41 F5 10 1E
Octal 102 100 130 31 33 0 101 365 20 36
Binary 1000010 1000000 1011000 11001 11011 0 1000001 11110101 10000 11110

Color Harmonies of #424058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424058

Black with #424058

Text Example


Text Example

White with #424058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424058; }

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

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

background-color css

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

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

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

border-color css

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

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

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