#484FAD

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

Shades of Rich Blue #484FAD

Tints of Rich Blue #484FAD

Color information

#484FAD (or 0x484FAD) is unknown color: approx Rich Blue. HEX triplet: 48, 4F and AD. RGB value is (72,79,173). Sum of RGB (Red+Green+Blue) = 72+79+173=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #484FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484FAD is #B7B052. Grayscale: #575757. Windows color (decimal): -12038227 or 11358024. OLE color: 11358024.

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

Color convert

RGB7279173-
CMYK0.580.5400.32
HSL235.84º41.22%48.04%-
HSV(B)235.84º58.38%67.84%-
XYZ13.019.9940.78-
YUV87.62176.18116.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 173 (67.97% from 255) = 53.40%
R=22.22%
G=24.38%
B=53.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72791730.580.5400.32235.8441.2248.04
Hex484FAD3A36020ec2930
Octal11011725572660403545160
Binary1001000100111110101101111010110110010000011101100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484FAD; }

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

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

<style>
 a { background-color: #484FAD; }

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

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

<style>
 span { border-color: #484FAD; }

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

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