#451E72

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

Shades of Blue Diamond #451E72

Tints of Blue Diamond #451E72

Color information

#451E72 (or 0x451E72) is unknown color: approx Blue Diamond. HEX triplet: 45, 1E and 72. RGB value is (69,30,114). Sum of RGB (Red+Green+Blue) = 69+30+114=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #451E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451E72 is #BAE18D. Grayscale: #323232. Windows color (decimal): -12247438 or 7478853. OLE color: 7478853.

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

Color convert

RGB6930114-
CMYK0.390.7400.55
HSL267.86º58.33%28.24%-
HSV(B)267.86º73.68%44.71%-
XYZ5.963.4116.26-
YUV51.24163.42140.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=32.39%
G=14.08%
B=53.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69301140.390.7400.55267.8658.3328.24
Hex451E72274A03710c3a1c
Octal10536162471120674147234
Binary10001011111011100101001111001010011011110000110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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