Html Css Color HEX #424458 Gun Powder

📋 copy color: '#424458'

red 66 ◦ green 68 ◦ blue 88

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

Shades of Gun Powder #424458

Tints of Gun Powder #424458

RGB

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

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

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

R = 29.73%
G = 30.63%
B = 39.64%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#424458 (or 0x424458) is known color: Gun Powder. HEX triplet: 42, 44 and 58. RGB value is (66,68,88). Sum of RGB (Red+Green+Blue) = 66+68+88=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #424458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424458 is #BDBBA7. Grayscale: #454545. Windows color (decimal): -12434344 or 5784642. OLE color: 5784642.

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

Color convert

RGB 66 68 88 -
CMYK 0.25 0.23 0 0.65
HSL 234.55º 0.14% 0.3% -
HSV(B) 234.55º 0.25% 0.35% -
XYZ 6.08 6 10.07 -
YUV 69.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 66 68 88 0.25 0.23 0 0.65 234.55 0.14 0.3
Hex 42 44 58 19 17 0 41 EB E 1E
Octal 102 104 130 31 27 0 101 353 16 36
Binary 1000010 1000100 1011000 11001 10111 0 1000001 11101011 1110 11110

Color Harmonies of #424458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424458

Black with #424458

Text Example


Text Example

White with #424458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424458; }

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

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

background-color css

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

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

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

border-color css

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

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

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