#452699

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

Shades of Blue Gem #452699

Tints of Blue Gem #452699

Color information

#452699 (or 0x452699) is unknown color: approx Blue Gem. HEX triplet: 45, 26 and 99. RGB value is (69,38,153). Sum of RGB (Red+Green+Blue) = 69+38+153=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #452699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452699 is #BAD966. Grayscale: #3B3B3B. Windows color (decimal): -12245351 or 10036805. OLE color: 10036805.

HSL color Cylindrical-coordinate representation of color #452699: hue angle of 256.17º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452699 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6938153-
CMYK0.550.7500.4
HSL256.17º60.21%37.45%-
HSV(B)256.17º75.16%60%-
XYZ8.94.9530.62-
YUV60.38180.27134.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 153 (60.16% from 255) = 58.85%
R=26.54%
G=14.62%
B=58.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69381530.550.7500.4256.1760.2137.45
Hex452699374B0281003c25
Octal10546231671130504007445
Binary10001011001101001100111011110010110101000100000000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452699; }

 p { color: rgb(69,38,153); }

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

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

 a { background-color: rgb(69,38,153); }

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

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

 span { border-color: rgb(69,38,153); }

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