#45246A

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

Shades of Blue Diamond #45246A

Tints of Blue Diamond #45246A

Color information

#45246A (or 0x45246A) is unknown color: approx Blue Diamond. HEX triplet: 45, 24 and 6A. RGB value is (69,36,106). Sum of RGB (Red+Green+Blue) = 69+36+106=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #45246A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45246A is #BADB95. Grayscale: #353535. Windows color (decimal): -12245910 or 6956101. OLE color: 6956101.

HSL color Cylindrical-coordinate representation of color #45246A: hue angle of 268.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45246A is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6936106-
CMYK0.350.6600.58
HSL268.29º49.3%27.84%-
HSV(B)268.29º66.04%41.57%-
XYZ5.693.5714.02-
YUV53.85157.43138.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=32.70%
G=17.06%
B=50.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69361060.350.6600.58268.2949.327.84
Hex45246A234203A10c311c
Octal10544152431020724146134
Binary100010110010011010101000111000010011101010000110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45246A; }

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

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

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

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

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

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

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

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