#4B52AD

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

Shades of Rich Blue #4B52AD

Tints of Rich Blue #4B52AD

Color information

#4B52AD (or 0x4B52AD) is unknown color: approx Rich Blue. HEX triplet: 4B, 52 and AD. RGB value is (75,82,173). Sum of RGB (Red+Green+Blue) = 75+82+173=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B52AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B52AD is #B4AD52. Grayscale: #595959. Windows color (decimal): -11840851 or 11358795. OLE color: 11358795.

HSL color Cylindrical-coordinate representation of color #4B52AD: hue angle of 235.71º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B52AD is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7582173-
CMYK0.570.5300.32
HSL235.71º39.52%48.63%-
HSV(B)235.71º56.65%67.84%-
XYZ13.4610.5540.86-
YUV90.28174.68117.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.73%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=22.73%
G=24.85%
B=52.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75821730.570.5300.32235.7139.5248.63
Hex4B52AD3935020ec2831
Octal11312225571650403545061
Binary1001011101001010101101111001110101010000011101100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,82,173); }

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

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

 a { background-color: rgb(75,82,173); }

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

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

 span { border-color: rgb(75,82,173); }

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