Html Css Color HEX #403446 Jagger

📋 copy color: '#403446'

red 64 ◦ green 52 ◦ blue 70

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

Shades of Jagger #403446

Tints of Jagger #403446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

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

R = 34.41%
G = 27.96%
B = 37.63%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#403446 (or 0x403446) is known color: Jagger. HEX triplet: 40, 34 and 46. RGB value is (64,52,70). Sum of RGB (Red+Green+Blue) = 64+52+70=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #403446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403446 is #BFCBB9. Grayscale: #393939. Windows color (decimal): -12569530 or 4600896. OLE color: 4600896.

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

Color convert

RGB 64 52 70 -
CMYK 0.09 0.26 0 0.73
HSL 280º 0.15% 0.24% -
HSV(B) 280º 0.26% 0.27% -
XYZ 4.45 3.99 6.33 -
YUV 57.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 64 52 70 0.09 0.26 0 0.73 280 0.15 0.24
Hex 40 34 46 9 1A 0 49 118 F 18
Octal 100 64 106 11 32 0 111 430 17 30
Binary 1000000 110100 1000110 1001 11010 0 1001001 100011000 1111 11000

Color Harmonies of #403446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403446

Black with #403446

Text Example


Text Example

White with #403446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403446; }

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

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

background-color css

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

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

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

border-color css

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

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

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