#452B6D

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

Shades of Blue Diamond #452B6D

Tints of Blue Diamond #452B6D

Color information

#452B6D (or 0x452B6D) is unknown color: approx Blue Diamond. HEX triplet: 45, 2B and 6D. RGB value is (69,43,109). Sum of RGB (Red+Green+Blue) = 69+43+109=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #452B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B6D is #BAD492. Grayscale: #3A3A3A. Windows color (decimal): -12244115 or 7154501. OLE color: 7154501.

HSL color Cylindrical-coordinate representation of color #452B6D: hue angle of 263.64º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452B6D is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6943109-
CMYK0.370.6100.57
HSL263.64º43.42%29.8%-
HSV(B)263.64º60.55%42.75%-
XYZ6.084.114.94-
YUV58.3156.61135.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=31.22%
G=19.46%
B=49.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69431090.370.6100.57263.6443.4229.8
Hex452B6D253D0391082b1e
Octal1055315545750714105336
Binary10001011010111101101100101111101011100110000100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452B6D; }

 p { color: rgb(69,43,109); }

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

<style>
 a { background-color: #452B6D; }

 a { background-color: rgb(69,43,109); }

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

<style>
 span { border-color: #452B6D; }

 span { border-color: rgb(69,43,109); }

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