#40274B

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

Shades of Jagger #40274B

Tints of Jagger #40274B

Color information

#40274B (or 0x40274B) is unknown color: approx Jagger. HEX triplet: 40, 27 and 4B. RGB value is (64,39,75). Sum of RGB (Red+Green+Blue) = 64+39+75=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #40274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40274B is #BFD8B4. Grayscale: #323232. Windows color (decimal): -12572853 or 4925248. OLE color: 4925248.

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

Color convert

RGB643975-
CMYK0.150.4800.71
HSL281.67º31.58%22.35%-
HSV(B)281.67º48%29.41%-
XYZ4.113.057.03-
YUV50.58141.78137.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=35.96%
G=21.91%
B=42.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6439750.150.4800.71281.6731.5822.35
Hex40274BF3004711a2016
Octal10047113176001074324026
Binary1000000100111100101111111100000100011110001101010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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