Html Css Color HEX #423F5B Gun Powder

📋 copy color: '#423F5B'

red 66 ◦ green 63 ◦ blue 91

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

Shades of Gun Powder #423F5B

Tints of Gun Powder #423F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 30%
G = 28.64%
B = 41.36%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#423F5B (or 0x423F5B) is known color: Gun Powder. HEX triplet: 42, 3F and 5B. RGB value is (66,63,91). Sum of RGB (Red+Green+Blue) = 66+63+91=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #423F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F5B is #BDC0A4. Grayscale: #424242. Windows color (decimal): -12435621 or 5979970. OLE color: 5979970.

HSL color Cylindrical-coordinate representation of color #423F5B: hue angle of 246.43º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #423F5B is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 63 91 -
CMYK 0.27 0.31 0 0.64
HSL 246.43º 0.18% 0.3% -
HSV(B) 246.43º 0.31% 0.36% -
XYZ 5.91 5.47 10.64 -
YUV 67.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 66 63 91 0.27 0.31 0 0.64 246.43 0.18 0.3
Hex 42 3F 5B 1B 1F 0 40 F6 12 1E
Octal 102 77 133 33 37 0 100 366 22 36
Binary 1000010 111111 1011011 11011 11111 0 1000000 11110110 10010 11110

Color Harmonies of #423F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F5B

Black with #423F5B

Text Example


Text Example

White with #423F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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