Html Css Color HEX #403046 Jagger

📋 copy color: '#403046'

red 64 ◦ green 48 ◦ blue 70

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

Shades of Jagger #403046

Tints of Jagger #403046

RGB

 RED value IS 64 (25.39% from 255) = 35.16%

 GREEN value IS 48 (19.14% from 255) = 26.37%

 BLUE value IS 70 (27.73% from 255) = 38.46%

R = 35.16%
G = 26.37%
B = 38.46%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#403046 (or 0x403046) is known color: Jagger. HEX triplet: 40, 30 and 46. RGB value is (64,48,70). Sum of RGB (Red+Green+Blue) = 64+48+70=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 70 - color contains mainly: blue. Hex color #403046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403046 is #BFCFB9. Grayscale: #373737. Windows color (decimal): -12570554 or 4599872. OLE color: 4599872.

HSL color Cylindrical-coordinate representation of color #403046: hue angle of 283.64º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #403046 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 48 70 -
CMYK 0.09 0.31 0 0.73
HSL 283.64º 0.19% 0.23% -
HSV(B) 283.64º 0.31% 0.27% -
XYZ 4.28 3.65 6.27 -
YUV 55.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 64 48 70 0.09 0.31 0 0.73 283.64 0.19 0.23
Hex 40 30 46 9 1F 0 49 11C 13 17
Octal 100 60 106 11 37 0 111 434 23 27
Binary 1000000 110000 1000110 1001 11111 0 1001001 100011100 10011 10111

Color Harmonies of #403046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403046

Black with #403046

Text Example


Text Example

White with #403046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403046; }

 p { color: rgb(64,48,70); }

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

background-color css

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

 a { background-color: rgb(64,48,70); }

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

border-color css

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

 span { border-color: rgb(64,48,70); }

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