#483EAF

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

Shades of Rich Blue #483EAF

Tints of Rich Blue #483EAF

Color information

#483EAF (or 0x483EAF) is unknown color: approx Rich Blue. HEX triplet: 48, 3E and AF. RGB value is (72,62,175). Sum of RGB (Red+Green+Blue) = 72+62+175=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #483EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483EAF is #B7C150. Grayscale: #4D4D4D. Windows color (decimal): -12042577 or 11484744. OLE color: 11484744.

HSL color Cylindrical-coordinate representation of color #483EAF: hue angle of 245.31º 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 #483EAF is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7262175-
CMYK0.590.6500.31
HSL245.31º47.68%46.47%-
HSV(B)245.31º64.57%68.63%-
XYZ12.137.9241.45-
YUV77.87182.81123.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 62 (24.61% from 255) = 20.06%
BLUE value IS 175 (68.75% from 255) = 56.63%
R=23.30%
G=20.06%
B=56.63%

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
Decimal72621750.590.6500.31245.3147.6846.47
Hex483EAF3B4101Ff5302e
Octal11076257731010373656056
Binary100100011111010101111111011100000101111111110101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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