#4c64ae

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

Shades of Mariner #4C64AE

Tints of Mariner #4C64AE

Color information

#4C64AE (or 0x4C64AE) is unknown color: approx Mariner. HEX triplet: 4C, 64 and AE. RGB value is (76,100,174). Sum of RGB (Red+Green+Blue) = 76+100+174=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C64AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C64AE is #B39B51. Grayscale: #646464. Windows color (decimal): -11770706 or 11428940. OLE color: 11428940.

HSL color Cylindrical-coordinate representation of color #4C64AE: hue angle of 225.31º 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 #4C64AE is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB76100174-
CMYK0.560.4300.32
HSL225.31º39.2%49.02%-
HSV(B)225.31º56.32%68.24%-
XYZ15.1813.7141.89-
YUV101.26169.05109.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.71%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 174 (68.36% from 255) = 49.71%
R=21.71%
G=28.57%
B=49.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761001740.560.4300.32225.3139.249.02
Hex4C64AE382B020e12731
Octal11414425670530403414761
Binary1001100110010010101110111000101011010000011100001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c64ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,100,174); }

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

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

 a { background-color: rgb(76,100,174); }

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

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

 span { border-color: rgb(76,100,174); }

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