#403456

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

Shades of Jacarta #403456

Tints of Jacarta #403456

Color information

#403456 (or 0x403456) is unknown color: approx Jacarta. HEX triplet: 40, 34 and 56. RGB value is (64,52,86). Sum of RGB (Red+Green+Blue) = 64+52+86=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #403456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403456 is #BFCBA9. Grayscale: #3B3B3B. Windows color (decimal): -12569514 or 5649472. OLE color: 5649472.

HSL color Cylindrical-coordinate representation of color #403456: hue angle of 261.18º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403456 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB645286-
CMYK0.260.4000.66
HSL261.18º24.64%27.06%-
HSV(B)261.18º39.53%33.73%-
XYZ5.024.229.35-
YUV59.46142.98131.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=31.68%
G=25.74%
B=42.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6452860.260.4000.66261.1824.6427.06
Hex4034561A28042105191b
Octal10064126325001024053133
Binary1000000110100101011011010101000010000101000001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403456; }

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

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

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

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

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

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

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

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