#442993

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

Shades of Blue Gem #442993

Tints of Blue Gem #442993

Color information

#442993 (or 0x442993) is unknown color: approx Blue Gem. HEX triplet: 44, 29 and 93. RGB value is (68,41,147). Sum of RGB (Red+Green+Blue) = 68+41+147=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #442993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442993 is #BBD66C. Grayscale: #3C3C3C. Windows color (decimal): -12310125 or 9644356. OLE color: 9644356.

HSL color Cylindrical-coordinate representation of color #442993: hue angle of 255.28º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442993 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6841147-
CMYK0.540.7200.42
HSL255.28º56.38%36.86%-
HSV(B)255.28º72.11%57.65%-
XYZ8.444.9228.11-
YUV61.16176.45132.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=26.56%
G=16.02%
B=57.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68411470.540.7200.42255.2856.3836.86
Hex442993364802Aff3825
Octal10451223661100523777045
Binary1000100101001100100111101101001000010101011111111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442993; }

 p { color: rgb(68,41,147); }

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

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

 a { background-color: rgb(68,41,147); }

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

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

 span { border-color: rgb(68,41,147); }

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