Html Css Color HEX #40374A Jagger

📋 copy color: '#40374A'

red 64 ◦ green 55 ◦ blue 74

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

Shades of Jagger #40374A

Tints of Jagger #40374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.5%

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 33.16%
G = 28.5%
B = 38.34%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40374A (or 0x40374A) is known color: Jagger. HEX triplet: 40, 37 and 4A. RGB value is (64,55,74). Sum of RGB (Red+Green+Blue) = 64+55+74=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #40374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40374A is #BFC8B5. Grayscale: #3B3B3B. Windows color (decimal): -12568758 or 4863808. OLE color: 4863808.

HSL color Cylindrical-coordinate representation of color #40374A: hue angle of 268.42º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40374A is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 55 74 -
CMYK 0.14 0.26 0 0.71
HSL 268.42º 0.15% 0.25% -
HSV(B) 268.42º 0.26% 0.29% -
XYZ 4.72 4.32 7.06 -
YUV 59.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 64 55 74 0.14 0.26 0 0.71 268.42 0.15 0.25
Hex 40 37 4A E 1A 0 47 10C F 19
Octal 100 67 112 16 32 0 107 414 17 31
Binary 1000000 110111 1001010 1110 11010 0 1000111 100001100 1111 11001

Color Harmonies of #40374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40374A

Black with #40374A

Text Example


Text Example

White with #40374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40374A; }

 p { color: rgb(64,55,74); }

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

background-color css

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

 a { background-color: rgb(64,55,74); }

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

border-color css

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

 span { border-color: rgb(64,55,74); }

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