#483EA7

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

Shades of Blue Gem #483EA7

Tints of Blue Gem #483EA7

Color information

#483EA7 (or 0x483EA7) is unknown color: approx Blue Gem. HEX triplet: 48, 3E and A7. RGB value is (72,62,167). Sum of RGB (Red+Green+Blue) = 72+62+167=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 167 (65.62% from 255 or 55.48% from 301); Max value from RGB is 167 - color contains mainly: blue. Hex color #483EA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483EA7 is #B7C158. Grayscale: #4C4C4C. Windows color (decimal): -12042585 or 10960456. OLE color: 10960456.

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

Color convert

RGB7262167-
CMYK0.570.6300.35
HSL245.71º45.85%44.9%-
HSV(B)245.71º62.87%65.49%-
XYZ11.377.6137.43-
YUV76.96178.81124.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 167 (65.62% from 255) = 55.48%
R=23.92%
G=20.60%
B=55.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72621670.570.6300.35245.7145.8544.9
Hex483EA7393F023f62e2d
Octal1107624771770433665655
Binary100100011111010100111111001111111010001111110110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,62,167); }

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

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

 a { background-color: rgb(72,62,167); }

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

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

 span { border-color: rgb(72,62,167); }

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