#451f99

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

Shades of Blue Gem #451F99

Tints of Blue Gem #451F99

Color information

#451F99 (or 0x451F99) is unknown color: approx Blue Gem. HEX triplet: 45, 1F and 99. RGB value is (69,31,153). Sum of RGB (Red+Green+Blue) = 69+31+153=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #451F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451F99 is #BAE066. Grayscale: #373737. Windows color (decimal): -12247143 or 10035013. OLE color: 10035013.

HSL color Cylindrical-coordinate representation of color #451F99: hue angle of 258.69º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #451F99 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6931153-
CMYK0.550.8000.4
HSL258.69º66.3%36.08%-
HSV(B)258.69º79.74%60%-
XYZ8.694.5530.56-
YUV56.27182.59137.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 31 (12.5% from 255) = 12.25%
BLUE value IS 153 (60.16% from 255) = 60.47%
R=27.27%
G=12.25%
B=60.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69311530.550.8000.4258.6966.336.08
Hex451F9937500281034224
Octal105372316712005040310244
Binary10001011111110011001110111101000001010001000000111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451f99; }

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

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

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

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

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

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

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

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