Html Css Color HEX #423F56 Gun Powder

📋 copy color: '#423F56'

red 66 ◦ green 63 ◦ blue 86

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

Shades of Gun Powder #423F56

Tints of Gun Powder #423F56

RGB

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

 GREEN value IS 63 (25% from 255) = 29.3%

 BLUE value IS 86 (33.98% from 255) = 40%

R = 30.7%
G = 29.3%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#423F56 (or 0x423F56) is known color: Gun Powder. HEX triplet: 42, 3F and 56. RGB value is (66,63,86). Sum of RGB (Red+Green+Blue) = 66+63+86=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #423F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F56 is #BDC0A9. Grayscale: #424242. Windows color (decimal): -12435626 or 5652290. OLE color: 5652290.

HSL color Cylindrical-coordinate representation of color #423F56: hue angle of 247.83º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423F56 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 63 86 -
CMYK 0.23 0.27 0 0.66
HSL 247.83º 0.15% 0.29% -
HSV(B) 247.83º 0.27% 0.34% -
XYZ 5.7 5.39 9.54 -
YUV 66.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 66 63 86 0.23 0.27 0 0.66 247.83 0.15 0.29
Hex 42 3F 56 17 1B 0 42 F8 F 1D
Octal 102 77 126 27 33 0 102 370 17 35
Binary 1000010 111111 1010110 10111 11011 0 1000010 11111000 1111 11101

Color Harmonies of #423F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F56

Black with #423F56

Text Example


Text Example

White with #423F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423F56; }

 p { color: rgb(66,63,86); }

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

background-color css

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

 a { background-color: rgb(66,63,86); }

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

border-color css

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

 span { border-color: rgb(66,63,86); }

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