#403462

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

Shades of Jacarta #403462

Tints of Jacarta #403462

Color information

#403462 (or 0x403462) is unknown color: approx Jacarta. HEX triplet: 40, 34 and 62. RGB value is (64,52,98). Sum of RGB (Red+Green+Blue) = 64+52+98=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #403462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403462 is #BFCB9D. Grayscale: #3C3C3C. Windows color (decimal): -12569502 or 6435904. OLE color: 6435904.

HSL color Cylindrical-coordinate representation of color #403462: hue angle of 255.65º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403462 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB645298-
CMYK0.350.4700.62
HSL255.65º30.67%29.41%-
HSV(B)255.65º46.94%38.43%-
XYZ5.554.4312.12-
YUV60.83148.98130.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=29.91%
G=24.30%
B=45.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6452980.350.4700.62255.6530.6729.41
Hex403462232F03E1001f1d
Octal1006414243570764003735
Binary1000000110100110001010001110111101111101000000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403462; }

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

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

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

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

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

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

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

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