Html Css Color HEX #42435B Gun Powder

📋 copy color: '#42435B'

red 66 ◦ green 67 ◦ blue 91

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

Shades of Gun Powder #42435B

Tints of Gun Powder #42435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

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

R = 29.46%
G = 29.91%
B = 40.63%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42435B (or 0x42435B) is known color: Gun Powder. HEX triplet: 42, 43 and 5B. RGB value is (66,67,91). Sum of RGB (Red+Green+Blue) = 66+67+91=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #42435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42435B is #BDBCA4. Grayscale: #454545. Windows color (decimal): -12434597 or 5980994. OLE color: 5980994.

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

Color convert

RGB 66 67 91 -
CMYK 0.27 0.26 0 0.64
HSL 237.6º 0.16% 0.31% -
HSV(B) 237.6º 0.27% 0.36% -
XYZ 6.14 5.93 10.72 -
YUV 69.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 66 67 91 0.27 0.26 0 0.64 237.6 0.16 0.31
Hex 42 43 5B 1B 1A 0 40 EE 10 1F
Octal 102 103 133 33 32 0 100 356 20 37
Binary 1000010 1000011 1011011 11011 11010 0 1000000 11101110 10000 11111

Color Harmonies of #42435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42435B

Black with #42435B

Text Example


Text Example

White with #42435B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42435B; }

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

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

background-color css

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

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

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

border-color css

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

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

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