#451C73

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

Shades of Blue Diamond #451C73

Tints of Blue Diamond #451C73

Color information

#451C73 (or 0x451C73) is unknown color: approx Blue Diamond. HEX triplet: 45, 1C and 73. RGB value is (69,28,115). Sum of RGB (Red+Green+Blue) = 69+28+115=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #451C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C73 is #BAE38C. Grayscale: #313131. Windows color (decimal): -12247949 or 7543877. OLE color: 7543877.

HSL color Cylindrical-coordinate representation of color #451C73: hue angle of 268.28º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #451C73 is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6928115-
CMYK0.40.7600.55
HSL268.28º60.84%28.04%-
HSV(B)268.28º75.65%45.1%-
XYZ5.963.3316.55-
YUV50.18164.58141.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=32.55%
G=13.21%
B=54.25%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69281150.40.7600.55268.2860.8428.04
Hex451C73284C03710c3d1c
Octal10534163501140674147534
Binary10001011110011100111010001001100011011110000110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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