#442470

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

Shades of Blue Diamond #442470

Tints of Blue Diamond #442470

Color information

#442470 (or 0x442470) is unknown color: approx Blue Diamond. HEX triplet: 44, 24 and 70. RGB value is (68,36,112). Sum of RGB (Red+Green+Blue) = 68+36+112=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #442470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442470 is #BBDB8F. Grayscale: #353535. Windows color (decimal): -12311440 or 7349316. OLE color: 7349316.

HSL color Cylindrical-coordinate representation of color #442470: hue angle of 265.26º degrees, saturation: 0.51, 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 #442470 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6836112-
CMYK0.390.6800.56
HSL265.26º51.35%29.02%-
HSV(B)265.26º67.86%43.92%-
XYZ5.943.6615.72-
YUV54.23160.6137.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 36 (14.45% from 255) = 16.67%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=31.48%
G=16.67%
B=51.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68361120.390.6800.56265.2651.3529.02
Hex4424702744038109331d
Octal10444160471040704116335
Binary100010010010011100001001111000100011100010000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442470; }

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

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

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

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

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

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

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

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