#453F5B

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

Shades of Jacarta #453F5B

Tints of Jacarta #453F5B

Color information

#453F5B (or 0x453F5B) is unknown color: approx Jacarta. HEX triplet: 45, 3F and 5B. RGB value is (69,63,91). Sum of RGB (Red+Green+Blue) = 69+63+91=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #453F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453F5B is #BAC0A4. Grayscale: #434343. Windows color (decimal): -12239013 or 5979973. OLE color: 5979973.

HSL color Cylindrical-coordinate representation of color #453F5B: hue angle of 252.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #453F5B is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB696391-
CMYK0.240.3100.64
HSL252.86º18.18%30.2%-
HSV(B)252.86º30.77%35.69%-
XYZ6.125.5810.65-
YUV67.99140.99128.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=30.94%
G=28.25%
B=40.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6963910.240.3100.64252.8618.1830.2
Hex453F5B181F040fd121e
Octal10577133303701003752236
Binary10001011111111011011110001111101000000111111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453F5B; }

 p { color: rgb(69,63,91); }

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

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

 a { background-color: rgb(69,63,91); }

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

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

 span { border-color: rgb(69,63,91); }

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