#451E69

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

Shades of Blue Diamond #451E69

Tints of Blue Diamond #451E69

Color information

#451E69 (or 0x451E69) is unknown color: approx Blue Diamond. HEX triplet: 45, 1E and 69. RGB value is (69,30,105). Sum of RGB (Red+Green+Blue) = 69+30+105=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #451E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451E69 is #BAE196. Grayscale: #313131. Windows color (decimal): -12247447 or 6889029. OLE color: 6889029.

HSL color Cylindrical-coordinate representation of color #451E69: hue angle of 271.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #451E69 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6930105-
CMYK0.340.7100.59
HSL271.2º55.56%26.47%-
HSV(B)271.2º71.43%41.18%-
XYZ5.473.2113.7-
YUV50.21158.92141.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.82%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=33.82%
G=14.71%
B=51.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69301050.340.7100.59271.255.5626.47
Hex451E69224703B10f381a
Octal10536151421070734177032
Binary10001011111011010011000101000111011101110000111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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