#403856

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

Shades of Jacarta #403856

Tints of Jacarta #403856

Color information

#403856 (or 0x403856) is unknown color: approx Jacarta. HEX triplet: 40, 38 and 56. RGB value is (64,56,86). Sum of RGB (Red+Green+Blue) = 64+56+86=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #403856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403856 is #BFC7A9. Grayscale: #3D3D3D. Windows color (decimal): -12568490 or 5650496. OLE color: 5650496.

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

Color convert

RGB645686-
CMYK0.260.3500.66
HSL256º21.13%27.84%-
HSV(B)256º34.88%33.73%-
XYZ5.214.599.42-
YUV61.81141.65129.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=31.07%
G=27.18%
B=41.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6456860.260.3500.6625621.1327.84
Hex4038561A23042100151c
Octal10070126324301024002534
Binary1000000111000101011011010100011010000101000000001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403856; }

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

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

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

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

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

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

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

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