#443875

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

Shades of Meteorite #443875

Tints of Meteorite #443875

Color information

#443875 (or 0x443875) is unknown color: approx Meteorite. HEX triplet: 44, 38 and 75. RGB value is (68,56,117). Sum of RGB (Red+Green+Blue) = 68+56+117=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #443875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443875 is #BBC78A. Grayscale: #424242. Windows color (decimal): -12306315 or 7682116. OLE color: 7682116.

HSL color Cylindrical-coordinate representation of color #443875: hue angle of 251.8º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #443875 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6856117-
CMYK0.420.5200.54
HSL251.8º35.26%33.92%-
HSV(B)251.8º52.14%45.88%-
XYZ7.015.3417.49-
YUV66.54156.48129.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=28.22%
G=23.24%
B=48.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68561170.420.5200.54251.835.2633.92
Hex4438752A34036fc2322
Octal1047016552640663744342
Binary10001001110001110101101010110100011011011111100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443875; }

 p { color: rgb(68,56,117); }

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

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

 a { background-color: rgb(68,56,117); }

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

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

 span { border-color: rgb(68,56,117); }

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