#4948AF

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

Shades of Rich Blue #4948AF

Tints of Rich Blue #4948AF

Color information

#4948AF (or 0x4948AF) is unknown color: approx Rich Blue. HEX triplet: 49, 48 and AF. RGB value is (73,72,175). Sum of RGB (Red+Green+Blue) = 73+72+175=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #4948AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4948AF is #B6B750. Grayscale: #535353. Windows color (decimal): -11974481 or 11487305. OLE color: 11487305.

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

Color convert

RGB7372175-
CMYK0.580.5900.31
HSL240.58º41.7%48.43%-
HSV(B)240.58º58.86%68.63%-
XYZ12.89.1541.65-
YUV84.04179.33120.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 175 (68.75% from 255) = 54.69%
R=22.81%
G=22.5%
B=54.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73721750.580.5900.31240.5841.748.43
Hex4948AF3A3B01Ff12a30
Octal11111025772730373615260
Binary100100110010001010111111101011101101111111110001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4948AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4948AF; }

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

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

<style>
 a { background-color: #4948AF; }

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

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

<style>
 span { border-color: #4948AF; }

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

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