#403459

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

Shades of Jacarta #403459

Tints of Jacarta #403459

Color information

#403459 (or 0x403459) is unknown color: approx Jacarta. HEX triplet: 40, 34 and 59. RGB value is (64,52,89). Sum of RGB (Red+Green+Blue) = 64+52+89=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #403459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403459 is #BFCBA6. Grayscale: #3B3B3B. Windows color (decimal): -12569511 or 5846080. OLE color: 5846080.

HSL color Cylindrical-coordinate representation of color #403459: hue angle of 259.46º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403459 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB645289-
CMYK0.280.4200.65
HSL259.46º26.24%27.65%-
HSV(B)259.46º41.57%34.9%-
XYZ5.154.2710-
YUV59.81144.48130.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=31.22%
G=25.37%
B=43.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6452890.280.4200.65259.4626.2427.65
Hex4034591C2A0411031a1c
Octal10064131345201014033234
Binary1000000110100101100111100101010010000011000000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403459; }

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

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

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

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

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

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

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

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