#4A53AF

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

Shades of Rich Blue #4A53AF

Tints of Rich Blue #4A53AF

Color information

#4A53AF (or 0x4A53AF) is unknown color: approx Rich Blue. HEX triplet: 4A, 53 and AF. RGB value is (74,83,175). Sum of RGB (Red+Green+Blue) = 74+83+175=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A53AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A53AF is #B5AC50. Grayscale: #5A5A5A. Windows color (decimal): -11906129 or 11490122. OLE color: 11490122.

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

Color convert

RGB7483175-
CMYK0.580.5300.31
HSL234.65º40.56%48.82%-
HSV(B)234.65º57.71%68.63%-
XYZ13.6610.7441.91-
YUV90.8175.52116.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 52.71%
R=22.29%
G=25%
B=52.71%

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
Decimal74831750.580.5300.31234.6540.5648.82
Hex4A53AF3A3501Feb2931
Octal11212325772650373535161
Binary100101010100111010111111101011010101111111101011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A53AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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