#40304B

Color #40304B Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #40304B

Tints of Jagger #40304B

Color information

#40304B (or 0x40304B) is unknown color: approx Jagger. HEX triplet: 40, 30 and 4B. RGB value is (64,48,75). Sum of RGB (Red+Green+Blue) = 64+48+75=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #40304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40304B is #BFCFB4. Grayscale: #373737. Windows color (decimal): -12570549 or 4927552. OLE color: 4927552.

HSL color Cylindrical-coordinate representation of color #40304B: hue angle of 275.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40304B is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB644875-
CMYK0.150.3600.71
HSL275.56º21.95%24.12%-
HSV(B)275.56º36%29.41%-
XYZ4.443.717.14-
YUV55.86138.8133.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=34.22%
G=25.67%
B=40.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6448750.150.3600.71275.5621.9524.12
Hex40304BF240471141618
Octal10060113174401074242630
Binary100000011000010010111111100100010001111000101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40304B; }

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

 H1.HeaderClassName
 {
   color: #40304B;
 }
 .AnyTagClassName
 {
   color: #40304B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #40304B;
 }
 .BgClassName
 {
   background-color: #40304B;
 }
</style>
border-color css

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

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

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