#441874

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

Shades of Blue Diamond #441874

Tints of Blue Diamond #441874

Color information

#441874 (or 0x441874) is unknown color: approx Blue Diamond. HEX triplet: 44, 18 and 74. RGB value is (68,24,116). Sum of RGB (Red+Green+Blue) = 68+24+116=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #441874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441874 is #BBE78B. Grayscale: #2F2F2F. Windows color (decimal): -12314508 or 7608388. OLE color: 7608388.

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

Color convert

RGB6824116-
CMYK0.410.7900.55
HSL268.7º65.71%27.45%-
HSV(B)268.7º79.31%45.49%-
XYZ5.863.1416.82-
YUV47.64166.58142.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 116 (45.70% from 255) = 55.77%
R=32.69%
G=11.54%
B=55.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68241160.410.7900.55268.765.7127.45
Hex441874294F03710d421b
Octal104301645111706741510233
Binary100010011000111010010100110011110110111100001101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441874; }

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

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

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

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

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

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

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

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