#4B608F

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

Shades of Mariner #4B608F

Tints of Mariner #4B608F

Color information

#4B608F (or 0x4B608F) is unknown color: approx Mariner. HEX triplet: 4B, 60 and 8F. RGB value is (75,96,143). Sum of RGB (Red+Green+Blue) = 75+96+143=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B608F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B608F is #B49F70. Grayscale: #5E5E5E. Windows color (decimal): -11837297 or 9396299. OLE color: 9396299.

HSL color Cylindrical-coordinate representation of color #4B608F: hue angle of 221.47º degrees, saturation: 0.31, 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 #4B608F is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7596143-
CMYK0.480.3300.44
HSL221.47º31.19%42.75%-
HSV(B)221.47º47.55%56.08%-
XYZ12.0411.8427.64-
YUV95.08155.04113.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 143 (56.25% from 255) = 45.54%
R=23.89%
G=30.57%
B=45.54%

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
Decimal75961430.480.3300.44221.4731.1942.75
Hex4B608F302102Cdd1f2b
Octal11314021760410543353753
Binary100101111000001000111111000010000101011001101110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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