#4852AF

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

Shades of Rich Blue #4852AF

Tints of Rich Blue #4852AF

Color information

#4852AF (or 0x4852AF) is unknown color: approx Rich Blue. HEX triplet: 48, 52 and AF. RGB value is (72,82,175). Sum of RGB (Red+Green+Blue) = 72+82+175=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #4852AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4852AF is #B7AD50. Grayscale: #595959. Windows color (decimal): -12037457 or 11489864. OLE color: 11489864.

HSL color Cylindrical-coordinate representation of color #4852AF: hue angle of 234.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 #4852AF is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7282175-
CMYK0.590.5300.31
HSL234.17º41.7%48.43%-
HSV(B)234.17º58.86%68.63%-
XYZ13.4310.5141.88-
YUV89.61176.19115.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=21.88%
G=24.92%
B=53.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal72821750.590.5300.31234.1741.748.43
Hex4852AF3B3501Fea2a30
Octal11012225773650373525260
Binary100100010100101010111111101111010101111111101010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4852AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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