#4B6195

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

Shades of Mariner #4B6195

Tints of Mariner #4B6195

Color information

#4B6195 (or 0x4B6195) is unknown color: approx Mariner. HEX triplet: 4B, 61 and 95. RGB value is (75,97,149). Sum of RGB (Red+Green+Blue) = 75+97+149=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B6195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6195 is #B49E6A. Grayscale: #606060. Windows color (decimal): -11837035 or 9789771. OLE color: 9789771.

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

Color convert

RGB7597149-
CMYK0.500.3500.42
HSL222.16º33.04%43.92%-
HSV(B)222.16º49.66%58.43%-
XYZ12.612.2230.13-
YUV96.35157.71112.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=23.36%
G=30.22%
B=46.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75971490.500.3500.42222.1633.0443.92
Hex4B6195322302Ade212c
Octal11314122562430523364154
Binary1001011110000110010101110010100011010101011011110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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