#4C57AD

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

Shades of Rich Blue #4C57AD

Tints of Rich Blue #4C57AD

Color information

#4C57AD (or 0x4C57AD) is unknown color: approx Rich Blue. HEX triplet: 4C, 57 and AD. RGB value is (76,87,173). Sum of RGB (Red+Green+Blue) = 76+87+173=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C57AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C57AD is #B3A852. Grayscale: #5D5D5D. Windows color (decimal): -11774035 or 11360076. OLE color: 11360076.

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

Color convert

RGB7687173-
CMYK0.560.5000.32
HSL233.2º38.96%48.82%-
HSV(B)233.2º56.07%67.84%-
XYZ13.9311.3741-
YUV93.51172.86115.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=22.62%
G=25.89%
B=51.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76871730.560.5000.32233.238.9648.82
Hex4C57AD3832020e92731
Octal11412725570620403514761
Binary1001100101011110101101111000110010010000011101001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C57AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,87,173); }

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

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

 a { background-color: rgb(76,87,173); }

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

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

 span { border-color: rgb(76,87,173); }

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