#4C5FAA

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

Shades of Mariner #4C5FAA

Tints of Mariner #4C5FAA

Color information

#4C5FAA (or 0x4C5FAA) is unknown color: approx Mariner. HEX triplet: 4C, 5F and AA. RGB value is (76,95,170). Sum of RGB (Red+Green+Blue) = 76+95+170=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C5FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5FAA is #B3A055. Grayscale: #616161. Windows color (decimal): -11771990 or 11165516. OLE color: 11165516.

HSL color Cylindrical-coordinate representation of color #4C5FAA: hue angle of 227.87º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C5FAA is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7695170-
CMYK0.550.4400.33
HSL227.87º38.21%48.24%-
HSV(B)227.87º55.29%66.67%-
XYZ14.3312.6239.71-
YUV97.87168.71112.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.29%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 170 (66.80% from 255) = 49.85%
R=22.29%
G=27.86%
B=49.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76951700.550.4400.33227.8738.2148.24
Hex4C5FAA372C021e42630
Octal11413725267540413444660
Binary1001100101111110101010110111101100010000111100100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,95,170); }

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

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

 a { background-color: rgb(76,95,170); }

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

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

 span { border-color: rgb(76,95,170); }

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