#4B6097

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

Shades of Mariner #4B6097

Tints of Mariner #4B6097

Color information

#4B6097 (or 0x4B6097) is unknown color: approx Mariner. HEX triplet: 4B, 60 and 97. RGB value is (75,96,151). Sum of RGB (Red+Green+Blue) = 75+96+151=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #4B6097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6097 is #B49F68. Grayscale: #5F5F5F. Windows color (decimal): -11837289 or 9920587. OLE color: 9920587.

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

Color convert

RGB7596151-
CMYK0.500.3600.41
HSL223.42º33.63%44.31%-
HSV(B)223.42º50.33%59.22%-
XYZ12.6712.130.95-
YUV95.99159.04113.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.29%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=23.29%
G=29.81%
B=46.89%

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
Decimal75961510.500.3600.41223.4233.6344.31
Hex4B60973224029df222c
Octal11314022762440513374254
Binary1001011110000010010111110010100100010100111011111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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