#451CA5

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

Shades of Blue Gem #451CA5

Tints of Blue Gem #451CA5

Color information

#451CA5 (or 0x451CA5) is unknown color: approx Blue Gem. HEX triplet: 45, 1C and A5. RGB value is (69,28,165). Sum of RGB (Red+Green+Blue) = 69+28+165=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 165 (64.84% from 255 or 62.98% from 262); Max value from RGB is 165 - color contains mainly: blue. Hex color #451CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451CA5 is #BAE35A. Grayscale: #373737. Windows color (decimal): -12247899 or 10820677. OLE color: 10820677.

HSL color Cylindrical-coordinate representation of color #451CA5: hue angle of 257.96º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451CA5 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6928165-
CMYK0.580.8300.35
HSL257.96º70.98%37.84%-
HSV(B)257.96º83.03%64.71%-
XYZ9.664.8136.02-
YUV55.88189.58137.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 28 (11.33% from 255) = 10.69%
BLUE value IS 165 (64.84% from 255) = 62.98%
R=26.34%
G=10.69%
B=62.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69281650.580.8300.35257.9670.9837.84
Hex451CA53A530231024726
Octal105342457212304340210746
Binary10001011110010100101111010101001101000111000000101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,28,165); }

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

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

 a { background-color: rgb(69,28,165); }

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

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

 span { border-color: rgb(69,28,165); }

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