#4C50AF

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

Shades of Rich Blue #4C50AF

Tints of Rich Blue #4C50AF

Color information

#4C50AF (or 0x4C50AF) is unknown color: approx Rich Blue. HEX triplet: 4C, 50 and AF. RGB value is (76,80,175). Sum of RGB (Red+Green+Blue) = 76+80+175=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 80 (31.64% from 255 or 24.17% 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 #4C50AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C50AF is #B3AF50. Grayscale: #595959. Windows color (decimal): -11775825 or 11489356. OLE color: 11489356.

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

Color convert

RGB7680175-
CMYK0.570.5400.31
HSL237.58º39.44%49.22%-
HSV(B)237.58º56.57%68.63%-
XYZ13.5910.3741.84-
YUV89.63176.17118.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.96%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=22.96%
G=24.17%
B=52.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76801750.570.5400.31237.5839.4449.22
Hex4C50AF393601Fee2731
Octal11412025771660373564761
Binary100110010100001010111111100111011001111111101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C50AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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