#4B6295

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

Shades of Mariner #4B6295

Tints of Mariner #4B6295

Color information

#4B6295 (or 0x4B6295) is unknown color: approx Mariner. HEX triplet: 4B, 62 and 95. RGB value is (75,98,149). Sum of RGB (Red+Green+Blue) = 75+98+149=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B6295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6295 is #B49D6A. Grayscale: #606060. Windows color (decimal): -11836779 or 9790027. OLE color: 9790027.

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

Color convert

RGB7598149-
CMYK0.500.3400.42
HSL221.35º33.04%43.92%-
HSV(B)221.35º49.66%58.43%-
XYZ12.6912.430.16-
YUV96.94157.38112.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.29%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=23.29%
G=30.43%
B=46.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75981490.500.3400.42221.3533.0443.92
Hex4B6295322202Add212c
Octal11314222562420523354154
Binary1001011110001010010101110010100010010101011011101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,98,149); }

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

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

 a { background-color: rgb(75,98,149); }

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

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

 span { border-color: rgb(75,98,149); }

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