#433460

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

Shades of Jacarta #433460

Tints of Jacarta #433460

Color information

#433460 (or 0x433460) is unknown color: approx Jacarta. HEX triplet: 43, 34 and 60. RGB value is (67,52,96). Sum of RGB (Red+Green+Blue) = 67+52+96=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #433460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433460 is #BCCB9F. Grayscale: #3D3D3D. Windows color (decimal): -12372896 or 6304835. OLE color: 6304835.

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

Color convert

RGB675296-
CMYK0.300.4600.62
HSL260.45º29.73%29.02%-
HSV(B)260.45º45.83%37.65%-
XYZ5.654.4911.64-
YUV61.5147.47131.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=31.16%
G=24.19%
B=44.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6752960.300.4600.62260.4529.7329.02
Hex4334601E2E03E1041e1d
Octal1036414036560764043635
Binary100001111010011000001111010111001111101000001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433460; }

 p { color: rgb(67,52,96); }

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

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

 a { background-color: rgb(67,52,96); }

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

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

 span { border-color: rgb(67,52,96); }

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