#44246C

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

Shades of Blue Diamond #44246C

Tints of Blue Diamond #44246C

Color information

#44246C (or 0x44246C) is unknown color: approx Blue Diamond. HEX triplet: 44, 24 and 6C. RGB value is (68,36,108). Sum of RGB (Red+Green+Blue) = 68+36+108=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #44246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44246C is #BBDB93. Grayscale: #353535. Windows color (decimal): -12311444 or 7087172. OLE color: 7087172.

HSL color Cylindrical-coordinate representation of color #44246C: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44246C is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6836108-
CMYK0.370.6700.58
HSL266.67º50%28.24%-
HSV(B)266.67º66.67%42.35%-
XYZ5.723.5714.58-
YUV53.78158.6138.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=32.08%
G=16.98%
B=50.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68361080.370.6700.58266.675028.24
Hex44246C254303A10b321c
Octal10444154451030724136234
Binary100010010010011011001001011000011011101010000101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44246C; }

 p { color: rgb(68,36,108); }

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

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

 a { background-color: rgb(68,36,108); }

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

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

 span { border-color: rgb(68,36,108); }

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