#443165

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

Shades of Meteorite #443165

Tints of Meteorite #443165

Color information

#443165 (or 0x443165) is unknown color: approx Meteorite. HEX triplet: 44, 31 and 65. RGB value is (68,49,101). Sum of RGB (Red+Green+Blue) = 68+49+101=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #443165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443165 is #BBCE9A. Grayscale: #3C3C3C. Windows color (decimal): -12308123 or 6631748. OLE color: 6631748.

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

Color convert

RGB6849101-
CMYK0.330.5100.60
HSL261.92º34.67%29.41%-
HSV(B)261.92º51.49%39.61%-
XYZ5.834.3712.85-
YUV60.61150.79133.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=31.19%
G=22.48%
B=46.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68491010.330.5100.60261.9234.6729.41
Hex443165213303C106231d
Octal1046114541630744064335
Binary10001001100011100101100001110011011110010000011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443165; }

 p { color: rgb(68,49,101); }

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

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

 a { background-color: rgb(68,49,101); }

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

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

 span { border-color: rgb(68,49,101); }

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