#4868B7

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

Shades of Mariner #4868B7

Tints of Mariner #4868B7

Color information

#4868B7 (or 0x4868B7) is unknown color: approx Mariner. HEX triplet: 48, 68 and B7. RGB value is (72,104,183). Sum of RGB (Red+Green+Blue) = 72+104+183=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #4868B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4868B7 is #B79748. Grayscale: #676767. Windows color (decimal): -12031817 or 12019784. OLE color: 12019784.

HSL color Cylindrical-coordinate representation of color #4868B7: hue angle of 222.7º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4868B7 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB72104183-
CMYK0.610.4300.28
HSL222.7º43.53%50%-
HSV(B)222.7º60.66%71.76%-
XYZ16.1714.746.78-
YUV103.44172.9105.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.06%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 183 (71.88% from 255) = 50.97%
R=20.06%
G=28.97%
B=50.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721041830.610.4300.28222.743.5350
Hex4868B73D2B01Cdf2c32
Octal11015026775530343375462
Binary100100011010001011011111110110101101110011011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4868B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4868B7; }

 p { color: rgb(72,104,183); }

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

<style>
 a { background-color: #4868B7; }

 a { background-color: rgb(72,104,183); }

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

<style>
 span { border-color: #4868B7; }

 span { border-color: rgb(72,104,183); }

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