#483DAF

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

Shades of Blue Gem #483DAF

Tints of Blue Gem #483DAF

Color information

#483DAF (or 0x483DAF) is unknown color: approx Blue Gem. HEX triplet: 48, 3D and AF. RGB value is (72,61,175). Sum of RGB (Red+Green+Blue) = 72+61+175=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #483DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483DAF is #B7C250. Grayscale: #4C4C4C. Windows color (decimal): -12042833 or 11484488. OLE color: 11484488.

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

Color convert

RGB7261175-
CMYK0.590.6500.31
HSL245.79º48.31%46.27%-
HSV(B)245.79º65.14%68.63%-
XYZ12.087.8141.43-
YUV77.28183.14124.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=23.38%
G=19.81%
B=56.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72611750.590.6500.31245.7948.3146.27
Hex483DAF3B4101Ff6302e
Octal11075257731010373666056
Binary100100011110110101111111011100000101111111110110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,61,175); }

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

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

 a { background-color: rgb(72,61,175); }

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

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

 span { border-color: rgb(72,61,175); }

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