#4C65AA

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

Shades of Mariner #4C65AA

Tints of Mariner #4C65AA

Color information

#4C65AA (or 0x4C65AA) is unknown color: approx Mariner. HEX triplet: 4C, 65 and AA. RGB value is (76,101,170). Sum of RGB (Red+Green+Blue) = 76+101+170=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C65AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C65AA is #B39A55. Grayscale: #656565. Windows color (decimal): -11770454 or 11167052. OLE color: 11167052.

HSL color Cylindrical-coordinate representation of color #4C65AA: hue angle of 224.04º 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 #4C65AA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB76101170-
CMYK0.550.4100.33
HSL224.04º38.21%48.24%-
HSV(B)224.04º55.29%66.67%-
XYZ14.8913.7539.9-
YUV101.39166.72109.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=21.90%
G=29.11%
B=48.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761011700.550.4100.33224.0438.2148.24
Hex4C65AA3729021e02630
Octal11414525267510413404660
Binary1001100110010110101010110111101001010000111100000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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