#442D69

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

Shades of Blue Diamond #442D69

Tints of Blue Diamond #442D69

Color information

#442D69 (or 0x442D69) is unknown color: approx Blue Diamond. HEX triplet: 44, 2D and 69. RGB value is (68,45,105). Sum of RGB (Red+Green+Blue) = 68+45+105=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #442D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D69 is #BBD296. Grayscale: #3A3A3A. Windows color (decimal): -12309143 or 6892868. OLE color: 6892868.

HSL color Cylindrical-coordinate representation of color #442D69: hue angle of 263º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #442D69 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6845105-
CMYK0.350.5700.59
HSL263º40%29.41%-
HSV(B)263º57.14%41.18%-
XYZ5.874.1313.85-
YUV58.72154.12134.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 45 (17.97% from 255) = 20.64%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=31.19%
G=20.64%
B=48.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68451050.350.5700.592634029.41
Hex442D69233903B107281d
Octal1045515143710734075035
Binary10001001011011101001100011111001011101110000011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442D69; }

 p { color: rgb(68,45,105); }

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

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

 a { background-color: rgb(68,45,105); }

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

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

 span { border-color: rgb(68,45,105); }

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