#44196E

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

Shades of Blue Diamond #44196E

Tints of Blue Diamond #44196E

Color information

#44196E (or 0x44196E) is unknown color: approx Blue Diamond. HEX triplet: 44, 19 and 6E. RGB value is (68,25,110). Sum of RGB (Red+Green+Blue) = 68+25+110=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #44196E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44196E is #BBE691. Grayscale: #2F2F2F. Windows color (decimal): -12314258 or 7215428. OLE color: 7215428.

HSL color Cylindrical-coordinate representation of color #44196E: hue angle of 270.35º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44196E is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6825110-
CMYK0.380.7700.57
HSL270.35º62.96%26.47%-
HSV(B)270.35º77.27%43.14%-
XYZ5.553.0515.05-
YUV47.55163.25142.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=33.50%
G=12.32%
B=54.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68251100.380.7700.57270.3562.9626.47
Hex44196E264D03910e3f1a
Octal10431156461150714167732
Binary10001001100111011101001101001101011100110000111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44196E; }

 p { color: rgb(68,25,110); }

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

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

 a { background-color: rgb(68,25,110); }

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

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

 span { border-color: rgb(68,25,110); }

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