#4830AE

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

Shades of Blue Gem #4830AE

Tints of Blue Gem #4830AE

Color information

#4830AE (or 0x4830AE) is unknown color: approx Blue Gem. HEX triplet: 48, 30 and AE. RGB value is (72,48,174). Sum of RGB (Red+Green+Blue) = 72+48+174=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #4830AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4830AE is #B7CF51. Grayscale: #454545. Windows color (decimal): -12046162 or 11415624. OLE color: 11415624.

HSL color Cylindrical-coordinate representation of color #4830AE: hue angle of 251.43º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4830AE is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7248174-
CMYK0.590.7200.32
HSL251.43º56.76%43.53%-
HSV(B)251.43º72.41%68.24%-
XYZ11.376.5540.71-
YUV69.54186.95129.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=24.49%
G=16.33%
B=59.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72481740.590.7200.32251.4356.7643.53
Hex4830AE3B48020fb392c
Octal11060256731100403737154
Binary1001000110000101011101110111001000010000011111011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4830AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4830AE; }

 p { color: rgb(72,48,174); }

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

<style>
 a { background-color: #4830AE; }

 a { background-color: rgb(72,48,174); }

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

<style>
 span { border-color: #4830AE; }

 span { border-color: rgb(72,48,174); }

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