#452B69

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

Shades of Blue Diamond #452B69

Tints of Blue Diamond #452B69

Color information

#452B69 (or 0x452B69) is unknown color: approx Blue Diamond. HEX triplet: 45, 2B and 69. RGB value is (69,43,105). Sum of RGB (Red+Green+Blue) = 69+43+105=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #452B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B69 is #BAD496. Grayscale: #393939. Windows color (decimal): -12244119 or 6892357. OLE color: 6892357.

HSL color Cylindrical-coordinate representation of color #452B69: hue angle of 265.16º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452B69 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6943105-
CMYK0.340.5900.59
HSL265.16º41.89%29.02%-
HSV(B)265.16º59.05%41.18%-
XYZ5.874.0113.83-
YUV57.84154.61135.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=31.80%
G=19.82%
B=48.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69431050.340.5900.59265.1641.8929.02
Hex452B69223B03B1092a1d
Octal1055315142730734115235
Binary10001011010111101001100010111011011101110000100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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