#4840AF

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

Shades of Rich Blue #4840AF

Tints of Rich Blue #4840AF

Color information

#4840AF (or 0x4840AF) is unknown color: approx Rich Blue. HEX triplet: 48, 40 and AF. RGB value is (72,64,175). Sum of RGB (Red+Green+Blue) = 72+64+175=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #4840AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4840AF is #B7BF50. Grayscale: #4E4E4E. Windows color (decimal): -12042065 or 11485256. OLE color: 11485256.

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

Color convert

RGB7264175-
CMYK0.590.6300.31
HSL244.32º46.44%46.86%-
HSV(B)244.32º63.43%68.63%-
XYZ12.248.1441.48-
YUV79.05182.15122.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=23.15%
G=20.58%
B=56.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72641750.590.6300.31244.3246.4446.86
Hex4840AF3B3F01Ff42e2f
Octal11010025773770373645657
Binary100100010000001010111111101111111101111111110100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4840AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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