Html Css Color HEX #42445B Gun Powder

📋 copy color: '#42445B'

red 66 ◦ green 68 ◦ blue 91

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

Shades of Gun Powder #42445B

Tints of Gun Powder #42445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.22%

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

R = 29.33%
G = 30.22%
B = 40.44%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42445B (or 0x42445B) is known color: Gun Powder. HEX triplet: 42, 44 and 5B. RGB value is (66,68,91). Sum of RGB (Red+Green+Blue) = 66+68+91=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #42445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42445B is #BDBBA4. Grayscale: #454545. Windows color (decimal): -12434341 or 5981250. OLE color: 5981250.

HSL color Cylindrical-coordinate representation of color #42445B: hue angle of 235.2º 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 #42445B is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 68 91 -
CMYK 0.27 0.25 0 0.64
HSL 235.2º 0.16% 0.31% -
HSV(B) 235.2º 0.27% 0.36% -
XYZ 6.2 6.05 10.74 -
YUV 70.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 66 68 91 0.27 0.25 0 0.64 235.2 0.16 0.31
Hex 42 44 5B 1B 19 0 40 EB 10 1F
Octal 102 104 133 33 31 0 100 353 20 37
Binary 1000010 1000100 1011011 11011 11001 0 1000000 11101011 10000 11111

Color Harmonies of #42445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42445B

Black with #42445B

Text Example


Text Example

White with #42445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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