#443266

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

Shades of Meteorite #443266

Tints of Meteorite #443266

Color information

#443266 (or 0x443266) is unknown color: approx Meteorite. HEX triplet: 44, 32 and 66. RGB value is (68,50,102). Sum of RGB (Red+Green+Blue) = 68+50+102=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #443266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443266 is #BBCD99. Grayscale: #3D3D3D. Windows color (decimal): -12307866 or 6697540. OLE color: 6697540.

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

Color convert

RGB6850102-
CMYK0.330.5100.6
HSL260.77º34.21%29.8%-
HSV(B)260.77º50.98%40%-
XYZ5.924.4713.12-
YUV61.31150.96132.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=30.91%
G=22.73%
B=46.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68501020.330.5100.6260.7734.2129.8
Hex443266213303C105221e
Octal1046214641630744054236
Binary10001001100101100110100001110011011110010000010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443266; }

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

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

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

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

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

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

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

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