#4730AB

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

Shades of Blue Gem #4730AB

Tints of Blue Gem #4730AB

Color information

#4730AB (or 0x4730AB) is unknown color: approx Blue Gem. HEX triplet: 47, 30 and AB. RGB value is (71,48,171). Sum of RGB (Red+Green+Blue) = 71+48+171=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #4730AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4730AB is #B8CF54. Grayscale: #444444. Windows color (decimal): -12111701 or 11219015. OLE color: 11219015.

HSL color Cylindrical-coordinate representation of color #4730AB: hue angle of 251.22º 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 #4730AB is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7148171-
CMYK0.580.7200.33
HSL251.22º56.16%42.94%-
HSV(B)251.22º71.93%67.06%-
XYZ11.016.3939.18-
YUV68.9185.62129.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 171 (67.19% from 255) = 58.97%
R=24.48%
G=16.55%
B=58.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71481710.580.7200.33251.2256.1642.94
Hex4730AB3A48021fb382b
Octal10760253721100413737053
Binary1000111110000101010111110101001000010000111111011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4730AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,48,171); }

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

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

 a { background-color: rgb(71,48,171); }

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

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

 span { border-color: rgb(71,48,171); }

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