Html Css Color HEX #42435A Gun Powder

📋 copy color: '#42435A'

red 66 ◦ green 67 ◦ blue 90

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

Shades of Gun Powder #42435A

Tints of Gun Powder #42435A

RGB

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

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

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

R = 29.6%
G = 30.04%
B = 40.36%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42435A (or 0x42435A) is known color: Gun Powder. HEX triplet: 42, 43 and 5A. RGB value is (66,67,90). Sum of RGB (Red+Green+Blue) = 66+67+90=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #42435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42435A is #BDBCA5. Grayscale: #454545. Windows color (decimal): -12434598 or 5915458. OLE color: 5915458.

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

Color convert

RGB 66 67 90 -
CMYK 0.27 0.26 0 0.65
HSL 237.5º 0.15% 0.31% -
HSV(B) 237.5º 0.27% 0.35% -
XYZ 6.1 5.91 10.49 -
YUV 69.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 66 67 90 0.27 0.26 0 0.65 237.5 0.15 0.31
Hex 42 43 5A 1B 1A 0 41 EE F 1F
Octal 102 103 132 33 32 0 101 356 17 37
Binary 1000010 1000011 1011010 11011 11010 0 1000001 11101110 1111 11111

Color Harmonies of #42435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42435A

Black with #42435A

Text Example


Text Example

White with #42435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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