#4A52AF

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

Shades of Rich Blue #4A52AF

Tints of Rich Blue #4A52AF

Color information

#4A52AF (or 0x4A52AF) is unknown color: approx Rich Blue. HEX triplet: 4A, 52 and AF. RGB value is (74,82,175). Sum of RGB (Red+Green+Blue) = 74+82+175=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A52AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A52AF is #B5AD50. Grayscale: #595959. Windows color (decimal): -11906385 or 11489866. OLE color: 11489866.

HSL color Cylindrical-coordinate representation of color #4A52AF: hue angle of 235.25º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A52AF is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7482175-
CMYK0.580.5300.31
HSL235.25º40.56%48.82%-
HSV(B)235.25º57.71%68.63%-
XYZ13.5810.5941.88-
YUV90.21175.85116.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=22.36%
G=24.77%
B=52.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74821750.580.5300.31235.2540.5648.82
Hex4A52AF3A3501Feb2931
Octal11212225772650373535161
Binary100101010100101010111111101011010101111111101011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A52AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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