Html Css Color HEX #403648 Jagger

📋 copy color: '#403648'

red 64 ◦ green 54 ◦ blue 72

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

Shades of Jagger #403648

Tints of Jagger #403648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

 BLUE value IS 72 (28.52% from 255) = 37.89%

R = 33.68%
G = 28.42%
B = 37.89%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403648 (or 0x403648) is known color: Jagger. HEX triplet: 40, 36 and 48. RGB value is (64,54,72). Sum of RGB (Red+Green+Blue) = 64+54+72=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #403648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403648 is #BFC9B7. Grayscale: #3A3A3A. Windows color (decimal): -12569016 or 4732480. OLE color: 4732480.

HSL color Cylindrical-coordinate representation of color #403648: hue angle of 273.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403648 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 54 72 -
CMYK 0.11 0.25 0 0.72
HSL 273.33º 0.14% 0.25% -
HSV(B) 273.33º 0.25% 0.28% -
XYZ 4.6 4.2 6.7 -
YUV 59.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 64 54 72 0.11 0.25 0 0.72 273.33 0.14 0.25
Hex 40 36 48 B 19 0 48 111 E 19
Octal 100 66 110 13 31 0 110 421 16 31
Binary 1000000 110110 1001000 1011 11001 0 1001000 100010001 1110 11001

Color Harmonies of #403648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403648

Black with #403648

Text Example


Text Example

White with #403648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403648; }

 p { color: rgb(64,54,72); }

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

background-color css

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

 a { background-color: rgb(64,54,72); }

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

border-color css

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

 span { border-color: rgb(64,54,72); }

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