#4431B4

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

Shades of Blue Gem #4431B4

Tints of Blue Gem #4431B4

Color information

#4431B4 (or 0x4431B4) is unknown color: approx Blue Gem. HEX triplet: 44, 31 and B4. RGB value is (68,49,180). Sum of RGB (Red+Green+Blue) = 68+49+180=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #4431B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4431B4 is #BBCE4B. Grayscale: #454545. Windows color (decimal): -12308044 or 11809092. OLE color: 11809092.

HSL color Cylindrical-coordinate representation of color #4431B4: hue angle of 248.7º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4431B4 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6849180-
CMYK0.620.7300.29
HSL248.7º57.21%44.9%-
HSV(B)248.7º72.78%70.59%-
XYZ11.726.7243.86-
YUV69.61190.29126.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 180 (70.70% from 255) = 60.61%
R=22.90%
G=16.50%
B=60.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68491800.620.7300.29248.757.2144.9
Hex4431B43E4901Df9392d
Octal10461264761110353717155
Binary100010011000110110100111110100100101110111111001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4431B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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