#441672

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

Shades of Blue Diamond #441672

Tints of Blue Diamond #441672

Color information

#441672 (or 0x441672) is unknown color: approx Blue Diamond. HEX triplet: 44, 16 and 72. RGB value is (68,22,114). Sum of RGB (Red+Green+Blue) = 68+22+114=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #441672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441672 is #BBE98D. Grayscale: #2D2D2D. Windows color (decimal): -12315022 or 7476804. OLE color: 7476804.

HSL color Cylindrical-coordinate representation of color #441672: hue angle of 270º 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 #441672 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6822114-
CMYK0.400.8100.55
HSL270º67.65%26.67%-
HSV(B)270º80.7%44.71%-
XYZ5.713.0216.2-
YUV46.24166.24143.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 10.78%
BLUE value IS 114 (44.92% from 255) = 55.88%
R=33.33%
G=10.78%
B=55.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68221140.400.8100.5527067.6526.67
Hex441672285103710e441b
Octal104261625012106741610433
Binary100010010110111001010100010100010110111100001110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441672; }

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

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

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

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

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

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

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

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