#451F69

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

Shades of Blue Diamond #451F69

Tints of Blue Diamond #451F69

Color information

#451F69 (or 0x451F69) is unknown color: approx Blue Diamond. HEX triplet: 45, 1F and 69. RGB value is (69,31,105). Sum of RGB (Red+Green+Blue) = 69+31+105=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #451F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F69 is #BAE096. Grayscale: #323232. Windows color (decimal): -12247191 or 6889285. OLE color: 6889285.

HSL color Cylindrical-coordinate representation of color #451F69: hue angle of 270.81º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451F69 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6931105-
CMYK0.340.7000.59
HSL270.81º54.41%26.67%-
HSV(B)270.81º70.48%41.18%-
XYZ5.493.2713.71-
YUV50.8158.59140.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.66%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=33.66%
G=15.12%
B=51.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69311050.340.7000.59270.8154.4126.67
Hex451F69224603B10f361b
Octal10537151421060734176633
Binary10001011111111010011000101000110011101110000111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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