#452468

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

Shades of Blue Diamond #452468

Tints of Blue Diamond #452468

Color information

#452468 (or 0x452468) is unknown color: approx Blue Diamond. HEX triplet: 45, 24 and 68. RGB value is (69,36,104). Sum of RGB (Red+Green+Blue) = 69+36+104=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #452468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452468 is #BADB97. Grayscale: #353535. Windows color (decimal): -12245912 or 6825029. OLE color: 6825029.

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

Color convert

RGB6936104-
CMYK0.340.6500.59
HSL269.12º48.57%27.45%-
HSV(B)269.12º65.38%40.78%-
XYZ5.583.5313.48-
YUV53.62156.43138.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.01%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=33.01%
G=17.22%
B=49.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69361040.340.6500.59269.1248.5727.45
Hex452468224103B10d311b
Octal10544150421010734156133
Binary100010110010011010001000101000001011101110000110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452468; }

 p { color: rgb(69,36,104); }

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

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

 a { background-color: rgb(69,36,104); }

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

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

 span { border-color: rgb(69,36,104); }

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