#451D72

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

Shades of Blue Diamond #451D72

Tints of Blue Diamond #451D72

Color information

#451D72 (or 0x451D72) is unknown color: approx Blue Diamond. HEX triplet: 45, 1D and 72. RGB value is (69,29,114). Sum of RGB (Red+Green+Blue) = 69+29+114=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #451D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D72 is #BAE28D. Grayscale: #323232. Windows color (decimal): -12247694 or 7478597. OLE color: 7478597.

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

Color convert

RGB6929114-
CMYK0.390.7500.55
HSL268.24º59.44%28.04%-
HSV(B)268.24º74.56%44.71%-
XYZ5.933.3616.26-
YUV50.65163.75141.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 29 (11.72% from 255) = 13.68%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=32.55%
G=13.68%
B=53.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69291140.390.7500.55268.2459.4428.04
Hex451D72274B03710c3b1c
Octal10535162471130674147334
Binary10001011110111100101001111001011011011110000110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,29,114); }

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

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

 a { background-color: rgb(69,29,114); }

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

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

 span { border-color: rgb(69,29,114); }

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