#4439AB

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

Shades of Blue Gem #4439AB

Tints of Blue Gem #4439AB

Color information

#4439AB (or 0x4439AB) is unknown color: approx Blue Gem. HEX triplet: 44, 39 and AB. RGB value is (68,57,171). Sum of RGB (Red+Green+Blue) = 68+57+171=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #4439AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4439AB is #BBC654. Grayscale: #484848. Windows color (decimal): -12306005 or 11221316. OLE color: 11221316.

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

Color convert

RGB6857171-
CMYK0.600.6700.33
HSL245.79º50%44.71%-
HSV(B)245.79º66.67%67.06%-
XYZ11.27.139.31-
YUV73.28183.14124.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 57 (22.66% from 255) = 19.26%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=22.97%
G=19.26%
B=57.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68571710.600.6700.33245.795044.71
Hex4439AB3C43021f6322d
Octal10471253741030413666255
Binary1000100111001101010111111001000011010000111110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4439AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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