#4A50AF

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

Shades of Rich Blue #4A50AF

Tints of Rich Blue #4A50AF

Color information

#4A50AF (or 0x4A50AF) is unknown color: approx Rich Blue. HEX triplet: 4A, 50 and AF. RGB value is (74,80,175). Sum of RGB (Red+Green+Blue) = 74+80+175=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 80 (31.64% from 255 or 24.32% 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 #4A50AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A50AF is #B5AF50. Grayscale: #585858. Windows color (decimal): -11906897 or 11489354. OLE color: 11489354.

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

Color convert

RGB7480175-
CMYK0.580.5400.31
HSL236.44º40.56%48.82%-
HSV(B)236.44º57.71%68.63%-
XYZ13.4310.2941.84-
YUV89.04176.51117.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.49%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=22.49%
G=24.32%
B=53.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74801750.580.5400.31236.4440.5648.82
Hex4A50AF3A3601Fec2931
Octal11212025772660373545161
Binary100101010100001010111111101011011001111111101100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A50AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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