#4F609B

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

Shades of Mariner #4F609B

Tints of Mariner #4F609B

Color information

#4F609B (or 0x4F609B) is unknown color: approx Mariner. HEX triplet: 4F, 60 and 9B. RGB value is (79,96,155). Sum of RGB (Red+Green+Blue) = 79+96+155=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F609B is #B09F64. Grayscale: #616161. Windows color (decimal): -11575141 or 10182735. OLE color: 10182735.

HSL color Cylindrical-coordinate representation of color #4F609B: hue angle of 226.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F609B is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7996155-
CMYK0.490.3800.39
HSL226.58º32.48%45.88%-
HSV(B)226.58º49.03%60.78%-
XYZ13.3212.3932.7-
YUV97.64160.37114.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.94%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=23.94%
G=29.09%
B=46.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79961550.490.3800.39226.5832.4845.88
Hex4F609B3126027e3202e
Octal11714023361460473434056
Binary1001111110000010011011110001100110010011111100011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,155); }

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

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

 a { background-color: rgb(79,96,155); }

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

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

 span { border-color: rgb(79,96,155); }

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