#4630AC

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

Shades of Blue Gem #4630AC

Tints of Blue Gem #4630AC

Color information

#4630AC (or 0x4630AC) is unknown color: approx Blue Gem. HEX triplet: 46, 30 and AC. RGB value is (70,48,172). Sum of RGB (Red+Green+Blue) = 70+48+172=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #4630AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4630AC is #B9CF53. Grayscale: #444444. Windows color (decimal): -12177236 or 11284550. OLE color: 11284550.

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

Color convert

RGB7048172-
CMYK0.590.7200.33
HSL250.65º56.36%43.14%-
HSV(B)250.65º72.09%67.45%-
XYZ11.036.3939.68-
YUV68.71186.29128.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 172 (67.58% from 255) = 59.31%
R=24.14%
G=16.55%
B=59.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70481720.590.7200.33250.6556.3643.14
Hex4630AC3B48021fb382b
Octal10660254731100413737053
Binary1000110110000101011001110111001000010000111111011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4630AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,48,172); }

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

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

 a { background-color: rgb(70,48,172); }

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

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

 span { border-color: rgb(70,48,172); }

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