#4B6197

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

Shades of Mariner #4B6197

Tints of Mariner #4B6197

Color information

#4B6197 (or 0x4B6197) is unknown color: approx Mariner. HEX triplet: 4B, 61 and 97. RGB value is (75,97,151). Sum of RGB (Red+Green+Blue) = 75+97+151=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #4B6197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6197 is #B49E68. Grayscale: #606060. Windows color (decimal): -11837033 or 9920843. OLE color: 9920843.

HSL color Cylindrical-coordinate representation of color #4B6197: hue angle of 222.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B6197 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7597151-
CMYK0.500.3600.41
HSL222.63º33.63%44.31%-
HSV(B)222.63º50.33%59.22%-
XYZ12.7612.2830.98-
YUV96.58158.71112.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.22%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 151 (59.38% from 255) = 46.75%
R=23.22%
G=30.03%
B=46.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75971510.500.3600.41222.6333.6344.31
Hex4B61973224029df222c
Octal11314122762440513374254
Binary1001011110000110010111110010100100010100111011111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,151); }

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

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

 a { background-color: rgb(75,97,151); }

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

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

 span { border-color: rgb(75,97,151); }

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