Html Css Color HEX #433F60 Gun Powder

📋 copy color: '#433F60'

red 67 ◦ green 63 ◦ blue 96

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

Shades of Gun Powder #433F60

Tints of Gun Powder #433F60

RGB

 RED value IS 67 (26.56% from 255) = 29.65%

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

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 29.65%
G = 27.88%
B = 42.48%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#433F60 (or 0x433F60) is known color: Gun Powder. HEX triplet: 43, 3F and 60. RGB value is (67,63,96). Sum of RGB (Red+Green+Blue) = 67+63+96=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #433F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433F60 is #BCC09F. Grayscale: #434343. Windows color (decimal): -12370080 or 6307651. OLE color: 6307651.

HSL color Cylindrical-coordinate representation of color #433F60: hue angle of 247.27º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #433F60 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 63 96 -
CMYK 0.30 0.34 0 0.62
HSL 247.27º 0.21% 0.31% -
HSV(B) 247.27º 0.34% 0.38% -
XYZ 6.2 5.59 11.82 -
YUV 67.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 67 63 96 0.30 0.34 0 0.62 247.27 0.21 0.31
Hex 43 3F 60 1E 22 0 3E F7 15 1F
Octal 103 77 140 36 42 0 76 367 25 37
Binary 1000011 111111 1100000 11110 100010 0 111110 11110111 10101 11111

Color Harmonies of #433F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433F60

Black with #433F60

Text Example


Text Example

White with #433F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433F60; }

 p { color: rgb(67,63,96); }

 H1.HeaderClassName
 {
   color: #433F60;
 }
 .AnyTagClassName
 {
   color: #433F60;
 }
</style>

background-color css

<style>
 a { background-color: #433F60; }

 a { background-color: rgb(67,63,96); }

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

border-color css

<style>
 span { border-color: #433F60; }

 span { border-color: rgb(67,63,96); }

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