#451D75

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

Shades of Blue Diamond #451D75

Tints of Blue Diamond #451D75

Color information

#451D75 (or 0x451D75) is unknown color: approx Blue Diamond. HEX triplet: 45, 1D and 75. RGB value is (69,29,117). Sum of RGB (Red+Green+Blue) = 69+29+117=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #451D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D75 is #BAE28A. Grayscale: #323232. Windows color (decimal): -12247691 or 7675205. OLE color: 7675205.

HSL color Cylindrical-coordinate representation of color #451D75: hue angle of 267.27º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451D75 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6929117-
CMYK0.410.7500.54
HSL267.27º60.27%28.63%-
HSV(B)267.27º75.21%45.88%-
XYZ6.13.4317.17-
YUV50.99165.25140.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=32.09%
G=13.49%
B=54.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69291170.410.7500.54267.2760.2728.63
Hex451D75294B03610b3c1d
Octal10535165511130664137435
Binary10001011110111101011010011001011011011010000101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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