#452F60

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

Shades of Jacarta #452F60

Tints of Jacarta #452F60

Color information

#452F60 (or 0x452F60) is unknown color: approx Jacarta. HEX triplet: 45, 2F and 60. RGB value is (69,47,96). Sum of RGB (Red+Green+Blue) = 69+47+96=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #452F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452F60 is #BAD09F. Grayscale: #3A3A3A. Windows color (decimal): -12243104 or 6303557. OLE color: 6303557.

HSL color Cylindrical-coordinate representation of color #452F60: hue angle of 266.94º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #452F60 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB694796-
CMYK0.280.5100.62
HSL266.94º34.27%28.04%-
HSV(B)266.94º51.04%37.65%-
XYZ5.584.1411.57-
YUV59.16148.79135.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=32.55%
G=22.17%
B=45.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6947960.280.5100.62266.9434.2728.04
Hex452F601C3303E10b221c
Octal1055714034630764134234
Binary1000101101111110000011100110011011111010000101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452F60; }

 p { color: rgb(69,47,96); }

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

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

 a { background-color: rgb(69,47,96); }

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

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

 span { border-color: rgb(69,47,96); }

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