Html Css Color HEX #423E57 Gun Powder

📋 copy color: '#423E57'

red 66 ◦ green 62 ◦ blue 87

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

Shades of Gun Powder #423E57

Tints of Gun Powder #423E57

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.84%

 BLUE value IS 87 (34.38% from 255) = 40.47%

R = 30.7%
G = 28.84%
B = 40.47%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#423E57 (or 0x423E57) is known color: Gun Powder. HEX triplet: 42, 3E and 57. RGB value is (66,62,87). Sum of RGB (Red+Green+Blue) = 66+62+87=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #423E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E57 is #BDC1A8. Grayscale: #414141. Windows color (decimal): -12435881 or 5717570. OLE color: 5717570.

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

Color convert

RGB 66 62 87 -
CMYK 0.24 0.29 0 0.66
HSL 249.6º 0.17% 0.29% -
HSV(B) 249.6º 0.29% 0.34% -
XYZ 5.69 5.29 9.74 -
YUV 66.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 66 62 87 0.24 0.29 0 0.66 249.6 0.17 0.29
Hex 42 3E 57 18 1D 0 42 FA 11 1D
Octal 102 76 127 30 35 0 102 372 21 35
Binary 1000010 111110 1010111 11000 11101 0 1000010 11111010 10001 11101

Color Harmonies of #423E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E57

Black with #423E57

Text Example


Text Example

White with #423E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,62,87); }

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

background-color css

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

 a { background-color: rgb(66,62,87); }

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

border-color css

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

 span { border-color: rgb(66,62,87); }

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