#442471

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

Shades of Blue Diamond #442471

Tints of Blue Diamond #442471

Color information

#442471 (or 0x442471) is unknown color: approx Blue Diamond. HEX triplet: 44, 24 and 71. RGB value is (68,36,113). Sum of RGB (Red+Green+Blue) = 68+36+113=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #442471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442471 is #BBDB8E. Grayscale: #363636. Windows color (decimal): -12311439 or 7414852. OLE color: 7414852.

HSL color Cylindrical-coordinate representation of color #442471: hue angle of 264.94º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442471 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6836113-
CMYK0.400.6800.56
HSL264.94º51.68%29.22%-
HSV(B)264.94º68.14%44.31%-
XYZ63.6816.02-
YUV54.35161.1137.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 113 (44.53% from 255) = 52.07%
R=31.34%
G=16.59%
B=52.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68361130.400.6800.56264.9451.6829.22
Hex4424712844038109341d
Octal10444161501040704116435
Binary100010010010011100011010001000100011100010000100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442471; }

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

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

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

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

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

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

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

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