#452A9D

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

Shades of Blue Gem #452A9D

Tints of Blue Gem #452A9D

Color information

#452A9D (or 0x452A9D) is unknown color: approx Blue Gem. HEX triplet: 45, 2A and 9D. RGB value is (69,42,157). Sum of RGB (Red+Green+Blue) = 69+42+157=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #452A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452A9D is #BAD562. Grayscale: #3E3E3E. Windows color (decimal): -12244323 or 10299973. OLE color: 10299973.

HSL color Cylindrical-coordinate representation of color #452A9D: hue angle of 254.09º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #452A9D is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6942157-
CMYK0.560.7300.38
HSL254.09º57.79%39.02%-
HSV(B)254.09º73.25%61.57%-
XYZ9.375.3632.44-
YUV63.18180.95132.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 42 (16.80% from 255) = 15.67%
BLUE value IS 157 (61.72% from 255) = 58.58%
R=25.75%
G=15.67%
B=58.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69421570.560.7300.38254.0957.7939.02
Hex452A9D3849026fe3a27
Octal10552235701110463767247
Binary1000101101010100111011110001001001010011011111110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,42,157); }

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

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

 a { background-color: rgb(69,42,157); }

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

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

 span { border-color: rgb(69,42,157); }

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