#486195

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

Shades of Mariner #486195

Tints of Mariner #486195

Color information

#486195 (or 0x486195) is unknown color: approx Mariner. HEX triplet: 48, 61 and 95. RGB value is (72,97,149). Sum of RGB (Red+Green+Blue) = 72+97+149=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #486195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486195 is #B79E6A. Grayscale: #5F5F5F. Windows color (decimal): -12033643 or 9789768. OLE color: 9789768.

HSL color Cylindrical-coordinate representation of color #486195: hue angle of 220.52º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486195 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7297149-
CMYK0.520.3500.42
HSL220.52º34.84%43.33%-
HSV(B)220.52º51.68%58.43%-
XYZ12.3712.130.12-
YUV95.45158.22111.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=22.64%
G=30.50%
B=46.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72971490.520.3500.42220.5234.8443.33
Hex486195342302Add232b
Octal11014122564430523354353
Binary1001000110000110010101110100100011010101011011101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486195; }

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

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

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

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

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

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

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

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