#442967

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

Shades of Blue Diamond #442967

Tints of Blue Diamond #442967

Color information

#442967 (or 0x442967) is unknown color: approx Blue Diamond. HEX triplet: 44, 29 and 67. RGB value is (68,41,103). Sum of RGB (Red+Green+Blue) = 68+41+103=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #442967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442967 is #BBD698. Grayscale: #373737. Windows color (decimal): -12310169 or 6760772. OLE color: 6760772.

HSL color Cylindrical-coordinate representation of color #442967: hue angle of 266.13º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #442967 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6841103-
CMYK0.340.6000.60
HSL266.13º43.06%28.24%-
HSV(B)266.13º60.19%40.39%-
XYZ5.633.7913.27-
YUV56.14154.45136.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 103 (40.62% from 255) = 48.58%
R=32.08%
G=19.34%
B=48.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68411030.340.6000.60266.1343.0628.24
Hex442967223C03C10a2b1c
Octal1045114742740744125334
Binary10001001010011100111100010111100011110010000101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442967; }

 p { color: rgb(68,41,103); }

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

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

 a { background-color: rgb(68,41,103); }

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

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

 span { border-color: rgb(68,41,103); }

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