#441674

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

Shades of Blue Diamond #441674

Tints of Blue Diamond #441674

Color information

#441674 (or 0x441674) is unknown color: approx Blue Diamond. HEX triplet: 44, 16 and 74. RGB value is (68,22,116). Sum of RGB (Red+Green+Blue) = 68+22+116=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #441674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441674 is #BBE98B. Grayscale: #2E2E2E. Windows color (decimal): -12315020 or 7607876. OLE color: 7607876.

HSL color Cylindrical-coordinate representation of color #441674: hue angle of 269.36º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441674 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6822116-
CMYK0.410.8100.55
HSL269.36º68.12%27.06%-
HSV(B)269.36º81.03%45.49%-
XYZ5.823.0616.81-
YUV46.47167.24143.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=33.01%
G=10.68%
B=56.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68221160.410.8100.55269.3668.1227.06
Hex441674295103710d441b
Octal104261645112106741510433
Binary100010010110111010010100110100010110111100001101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441674; }

 p { color: rgb(68,22,116); }

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

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

 a { background-color: rgb(68,22,116); }

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

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

 span { border-color: rgb(68,22,116); }

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