#483CA6

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

Shades of Blue Gem #483CA6

Tints of Blue Gem #483CA6

Color information

#483CA6 (or 0x483CA6) is unknown color: approx Blue Gem. HEX triplet: 48, 3C and A6. RGB value is (72,60,166). Sum of RGB (Red+Green+Blue) = 72+60+166=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #483CA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483CA6 is #B7C359. Grayscale: #4B4B4B. Windows color (decimal): -12043098 or 10894408. OLE color: 10894408.

HSL color Cylindrical-coordinate representation of color #483CA6: hue angle of 246.79º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #483CA6 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7260166-
CMYK0.570.6400.35
HSL246.79º46.9%44.31%-
HSV(B)246.79º63.86%65.1%-
XYZ11.177.3636.91-
YUV75.67178.98125.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 166 (65.23% from 255) = 55.70%
R=24.16%
G=20.13%
B=55.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72601660.570.6400.35246.7946.944.31
Hex483CA63940023f72f2c
Octal11074246711000433675754
Binary1001000111100101001101110011000000010001111110111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483CA6; }

 p { color: rgb(72,60,166); }

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

<style>
 a { background-color: #483CA6; }

 a { background-color: rgb(72,60,166); }

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

<style>
 span { border-color: #483CA6; }

 span { border-color: rgb(72,60,166); }

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