#443366

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

Shades of Meteorite #443366

Tints of Meteorite #443366

Color information

#443366 (or 0x443366) is unknown color: approx Meteorite. HEX triplet: 44, 33 and 66. RGB value is (68,51,102). Sum of RGB (Red+Green+Blue) = 68+51+102=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #443366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443366 is #BBCC99. Grayscale: #3D3D3D. Windows color (decimal): -12307610 or 6697796. OLE color: 6697796.

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

Color convert

RGB6851102-
CMYK0.330.500.6
HSL260º33.33%30%-
HSV(B)260º50%40%-
XYZ5.974.5613.14-
YUV61.9150.63132.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=30.77%
G=23.08%
B=46.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68511020.330.500.626033.3330
Hex443366213203C104211e
Octal1046314641620744044136
Binary10001001100111100110100001110010011110010000010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443366; }

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

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

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

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

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

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

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

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