#4B6190

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

Shades of Mariner #4B6190

Tints of Mariner #4B6190

Color information

#4B6190 (or 0x4B6190) is unknown color: approx Mariner. HEX triplet: 4B, 61 and 90. RGB value is (75,97,144). Sum of RGB (Red+Green+Blue) = 75+97+144=316 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.73% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B6190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6190 is #B49E6F. Grayscale: #5F5F5F. Windows color (decimal): -11837040 or 9462091. OLE color: 9462091.

HSL color Cylindrical-coordinate representation of color #4B6190: hue angle of 220.87º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B6190 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7597144-
CMYK0.480.3300.44
HSL220.87º31.51%42.94%-
HSV(B)220.87º47.92%56.47%-
XYZ12.2112.0628.07-
YUV95.78155.21113.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.73%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=23.73%
G=30.70%
B=45.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75971440.480.3300.44220.8731.5142.94
Hex4B6190302102Cdd202b
Octal11314122060410543354053
Binary1001011110000110010000110000100001010110011011101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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