Html Css Color HEX #423F5A Gun Powder

📋 copy color: '#423F5A'

red 66 ◦ green 63 ◦ blue 90

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

Shades of Gun Powder #423F5A

Tints of Gun Powder #423F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 30.14%
G = 28.77%
B = 41.1%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#423F5A (or 0x423F5A) is known color: Gun Powder. HEX triplet: 42, 3F and 5A. RGB value is (66,63,90). Sum of RGB (Red+Green+Blue) = 66+63+90=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #423F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F5A is #BDC0A5. Grayscale: #424242. Windows color (decimal): -12435622 or 5914434. OLE color: 5914434.

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

Color convert

RGB 66 63 90 -
CMYK 0.27 0.30 0 0.65
HSL 246.67º 0.18% 0.3% -
HSV(B) 246.67º 0.3% 0.35% -
XYZ 5.87 5.45 10.42 -
YUV 66.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 66 63 90 0.27 0.30 0 0.65 246.67 0.18 0.3
Hex 42 3F 5A 1B 1E 0 41 F7 12 1E
Octal 102 77 132 33 36 0 101 367 22 36
Binary 1000010 111111 1011010 11011 11110 0 1000001 11110111 10010 11110

Color Harmonies of #423F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F5A

Black with #423F5A

Text Example


Text Example

White with #423F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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