#4439AA

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

Shades of Blue Gem #4439AA

Tints of Blue Gem #4439AA

Color information

#4439AA (or 0x4439AA) is unknown color: approx Blue Gem. HEX triplet: 44, 39 and AA. RGB value is (68,57,170). Sum of RGB (Red+Green+Blue) = 68+57+170=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #4439AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4439AA is #BBC655. Grayscale: #484848. Windows color (decimal): -12306006 or 11155780. OLE color: 11155780.

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

Color convert

RGB6857170-
CMYK0.60.6600.33
HSL245.84º49.78%44.51%-
HSV(B)245.84º66.47%66.67%-
XYZ11.17.0638.81-
YUV73.17182.64124.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 170 (66.80% from 255) = 57.63%
R=23.05%
G=19.32%
B=57.63%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68571700.60.6600.33245.8449.7844.51
Hex4439AA3C42021f6322d
Octal10471252741020413666255
Binary1000100111001101010101111001000010010000111110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4439AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4439AA; }

 p { color: rgb(68,57,170); }

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

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

 a { background-color: rgb(68,57,170); }

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

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

 span { border-color: rgb(68,57,170); }

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