#4C6091

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

Shades of Mariner #4C6091

Tints of Mariner #4C6091

Color information

#4C6091 (or 0x4C6091) is unknown color: approx Mariner. HEX triplet: 4C, 60 and 91. RGB value is (76,96,145). Sum of RGB (Red+Green+Blue) = 76+96+145=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C6091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6091 is #B39F6E. Grayscale: #5F5F5F. Windows color (decimal): -11771759 or 9527372. OLE color: 9527372.

HSL color Cylindrical-coordinate representation of color #4C6091: hue angle of 222.61º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C6091 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7696145-
CMYK0.480.3400.43
HSL222.61º31.22%43.33%-
HSV(B)222.61º47.59%56.86%-
XYZ12.2711.9528.45-
YUV95.61155.87114.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=23.97%
G=30.28%
B=45.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76961450.480.3400.43222.6131.2243.33
Hex4C6091302202Bdf1f2b
Octal11414022160420533373753
Binary100110011000001001000111000010001001010111101111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,96,145); }

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

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

 a { background-color: rgb(76,96,145); }

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

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

 span { border-color: rgb(76,96,145); }

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