#423460

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

Shades of Jacarta #423460

Tints of Jacarta #423460

Color information

#423460 (or 0x423460) is unknown color: approx Jacarta. HEX triplet: 42, 34 and 60. RGB value is (66,52,96). Sum of RGB (Red+Green+Blue) = 66+52+96=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #423460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423460 is #BDCB9F. Grayscale: #3D3D3D. Windows color (decimal): -12438432 or 6304834. OLE color: 6304834.

HSL color Cylindrical-coordinate representation of color #423460: hue angle of 259.09º 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 #423460 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB665296-
CMYK0.310.4600.62
HSL259.09º29.73%29.02%-
HSV(B)259.09º45.83%37.65%-
XYZ5.594.4611.63-
YUV61.2147.64131.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=30.84%
G=24.30%
B=44.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6652960.310.4600.62259.0929.7329.02
Hex4234601F2E03E1031e1d
Octal1026414037560764033635
Binary100001011010011000001111110111001111101000000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423460; }

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

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

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

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

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

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

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

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