#442670

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

Shades of Blue Diamond #442670

Tints of Blue Diamond #442670

Color information

#442670 (or 0x442670) is unknown color: approx Blue Diamond. HEX triplet: 44, 26 and 70. RGB value is (68,38,112). Sum of RGB (Red+Green+Blue) = 68+38+112=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #442670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442670 is #BBD98F. Grayscale: #373737. Windows color (decimal): -12310928 or 7349828. OLE color: 7349828.

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

Color convert

RGB6838112-
CMYK0.390.6600.56
HSL264.32º49.33%29.41%-
HSV(B)264.32º66.07%43.92%-
XYZ63.7915.74-
YUV55.41159.94136.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=31.19%
G=17.43%
B=51.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68381120.390.6600.56264.3249.3329.41
Hex4426702742038108311d
Octal10446160471020704106135
Binary100010010011011100001001111000010011100010000100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442670; }

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

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

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

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

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

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

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

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