#483CAD

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

Shades of Blue Gem #483CAD

Tints of Blue Gem #483CAD

Color information

#483CAD (or 0x483CAD) is unknown color: approx Blue Gem. HEX triplet: 48, 3C and AD. RGB value is (72,60,173). Sum of RGB (Red+Green+Blue) = 72+60+173=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #483CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483CAD is #B7C352. Grayscale: #4C4C4C. Windows color (decimal): -12043091 or 11353160. OLE color: 11353160.

HSL color Cylindrical-coordinate representation of color #483CAD: hue angle of 246.37º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483CAD is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7260173-
CMYK0.580.6500.32
HSL246.37º48.5%45.69%-
HSV(B)246.37º65.32%67.84%-
XYZ11.837.6340.38-
YUV76.47182.48124.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 60 (23.83% from 255) = 19.67%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=23.61%
G=19.67%
B=56.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72601730.580.6500.32246.3748.545.69
Hex483CAD3A41020f6302e
Octal11074255721010403666056
Binary1001000111100101011011110101000001010000011110110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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