#4A6298

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

Shades of Mariner #4A6298

Tints of Mariner #4A6298

Color information

#4A6298 (or 0x4A6298) is unknown color: approx Mariner. HEX triplet: 4A, 62 and 98. RGB value is (74,98,152). Sum of RGB (Red+Green+Blue) = 74+98+152=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A6298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6298 is #B59D67. Grayscale: #606060. Windows color (decimal): -11902312 or 9986634. OLE color: 9986634.

HSL color Cylindrical-coordinate representation of color #4A6298: hue angle of 221.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A6298 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7498152-
CMYK0.510.3600.40
HSL221.54º34.51%44.31%-
HSV(B)221.54º51.32%59.61%-
XYZ12.8612.4631.43-
YUV96.98159.05111.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.84%
GREEN value IS 98 (38.67% from 255) = 30.25%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=22.84%
G=30.25%
B=46.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74981520.510.3600.40221.5434.5144.31
Hex4A62983324028de232c
Octal11214223063440503364354
Binary1001010110001010011000110011100100010100011011110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,98,152); }

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

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

 a { background-color: rgb(74,98,152); }

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

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

 span { border-color: rgb(74,98,152); }

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