#452f93

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

Shades of Blue Gem #452F93

Tints of Blue Gem #452F93

Color information

#452F93 (or 0x452F93) is unknown color: approx Blue Gem. HEX triplet: 45, 2F and 93. RGB value is (69,47,147). Sum of RGB (Red+Green+Blue) = 69+47+147=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #452F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452F93 is #BAD06C. Grayscale: #404040. Windows color (decimal): -12243053 or 9645893. OLE color: 9645893.

HSL color Cylindrical-coordinate representation of color #452F93: hue angle of 253.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #452F93 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6947147-
CMYK0.530.6800.42
HSL253.2º51.55%38.04%-
HSV(B)253.2º68.03%57.65%-
XYZ8.745.428.19-
YUV64.98174.29130.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 47 (18.75% from 255) = 17.87%
BLUE value IS 147 (57.81% from 255) = 55.89%
R=26.24%
G=17.87%
B=55.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69471470.530.6800.42253.251.5538.04
Hex452F93354402Afd3426
Octal10557223651040523756446
Binary1000101101111100100111101011000100010101011111101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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