#4431AC

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

Shades of Blue Gem #4431AC

Tints of Blue Gem #4431AC

Color information

#4431AC (or 0x4431AC) is unknown color: approx Blue Gem. HEX triplet: 44, 31 and AC. RGB value is (68,49,172). Sum of RGB (Red+Green+Blue) = 68+49+172=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #4431AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4431AC is #BBCE53. Grayscale: #444444. Windows color (decimal): -12308052 or 11284804. OLE color: 11284804.

HSL color Cylindrical-coordinate representation of color #4431AC: hue angle of 249.27º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4431AC is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6849172-
CMYK0.600.7200.33
HSL249.27º55.66%43.33%-
HSV(B)249.27º71.51%67.45%-
XYZ10.936.439.69-
YUV68.7186.29127.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 172 (67.58% from 255) = 59.52%
R=23.53%
G=16.96%
B=59.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68491720.600.7200.33249.2755.6643.33
Hex4431AC3C48021f9382b
Octal10461254741100413717053
Binary1000100110001101011001111001001000010000111111001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4431AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4431AC; }

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

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

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

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

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

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

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

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