#4A48AF

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

Shades of Rich Blue #4A48AF

Tints of Rich Blue #4A48AF

Color information

#4A48AF (or 0x4A48AF) is unknown color: approx Rich Blue. HEX triplet: 4A, 48 and AF. RGB value is (74,72,175). Sum of RGB (Red+Green+Blue) = 74+72+175=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A48AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A48AF is #B5B750. Grayscale: #535353. Windows color (decimal): -11908945 or 11487306. OLE color: 11487306.

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

Color convert

RGB7472175-
CMYK0.580.5900.31
HSL241.17º41.7%48.43%-
HSV(B)241.17º58.86%68.63%-
XYZ12.889.1941.65-
YUV84.34179.16120.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.05%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=23.05%
G=22.43%
B=54.52%

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
Decimal74721750.580.5900.31241.1741.748.43
Hex4A48AF3A3B01Ff12a30
Octal11211025772730373615260
Binary100101010010001010111111101011101101111111110001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A48AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A48AF; }

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

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

<style>
 a { background-color: #4A48AF; }

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

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

<style>
 span { border-color: #4A48AF; }

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

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