#451FA7

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

Shades of Blue Gem #451FA7

Tints of Blue Gem #451FA7

Color information

#451FA7 (or 0x451FA7) is unknown color: approx Blue Gem. HEX triplet: 45, 1F and A7. RGB value is (69,31,167). Sum of RGB (Red+Green+Blue) = 69+31+167=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 167 (65.62% from 255 or 62.55% from 267); Max value from RGB is 167 - color contains mainly: blue. Hex color #451FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451FA7 is #BAE058. Grayscale: #393939. Windows color (decimal): -12247129 or 10952517. OLE color: 10952517.

HSL color Cylindrical-coordinate representation of color #451FA7: hue angle of 256.76º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451FA7 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6931167-
CMYK0.590.8100.35
HSL256.76º68.69%38.82%-
HSV(B)256.76º81.44%65.49%-
XYZ9.925.0437.01-
YUV57.87189.59135.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 31 (12.5% from 255) = 11.61%
BLUE value IS 167 (65.62% from 255) = 62.55%
R=25.84%
G=11.61%
B=62.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69311670.590.8100.35256.7668.6938.82
Hex451FA73B510231014527
Octal105372477312104340110547
Binary10001011111110100111111011101000101000111000000011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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