#442766

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

Shades of Blue Diamond #442766

Tints of Blue Diamond #442766

Color information

#442766 (or 0x442766) is unknown color: approx Blue Diamond. HEX triplet: 44, 27 and 66. RGB value is (68,39,102). Sum of RGB (Red+Green+Blue) = 68+39+102=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #442766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442766 is #BBD899. Grayscale: #363636. Windows color (decimal): -12310682 or 6694724. OLE color: 6694724.

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

Color convert

RGB6839102-
CMYK0.330.6200.6
HSL267.62º44.68%27.65%-
HSV(B)267.62º61.76%40%-
XYZ5.513.6412.98-
YUV54.85154.61137.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=32.54%
G=18.66%
B=48.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68391020.330.6200.6267.6244.6827.65
Hex442766213E03C10c2d1c
Octal1044714641760744145534
Binary10001001001111100110100001111110011110010000110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442766; }

 p { color: rgb(68,39,102); }

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

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

 a { background-color: rgb(68,39,102); }

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

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

 span { border-color: rgb(68,39,102); }

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