Html Css Color HEX #486BB9 Mariner

📋 copy color: '#486BB9'

red 72 ◦ green 107 ◦ blue 185

#486BB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #486BB9

Tints of Mariner #486BB9

RGB

 RED value IS 72 (28.52% from 255) = 19.78%

 GREEN value IS 107 (42.19% from 255) = 29.4%

 BLUE value IS 185 (72.66% from 255) = 50.82%

R = 19.78%
G = 29.4%
B = 50.82%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#486BB9 (or 0x486BB9) is known color: Mariner. HEX triplet: 48, 6B and B9. RGB value is (72,107,185). Sum of RGB (Red+Green+Blue) = 72+107+185=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #486BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BB9 is #B79446. Grayscale: #696969. Windows color (decimal): -12031047 or 12151624. OLE color: 12151624.

HSL color Cylindrical-coordinate representation of color #486BB9: hue angle of 221.42º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486BB9 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 107 185 -
CMYK 0.61 0.42 0 0.27
HSL 221.42º 0.45% 0.5% -
HSV(B) 221.42º 0.61% 0.73% -
XYZ 16.69 15.4 47.99 -
YUV 105.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 72 107 185 0.61 0.42 0 0.27 221.42 0.45 0.5
Hex 48 6B B9 3D 2A 0 1B DD 2D 32
Octal 110 153 271 75 52 0 33 335 55 62
Binary 1001000 1101011 10111001 111101 101010 0 11011 11011101 101101 110010

Color Harmonies of #486BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BB9

Black with #486BB9

Text Example


Text Example

White with #486BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486BB9; }

 p { color: rgb(72,107,185); }

 H1.HeaderClassName
 {
   color: #486BB9;
 }
 .AnyTagClassName
 {
   color: #486BB9;
 }
</style>

background-color css

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

 a { background-color: rgb(72,107,185); }

 div.DivClassName
 {
   background-color: #486BB9;
 }
 .BgClassName
 {
   background-color: #486BB9;
 }
</style>

border-color css

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

 span { border-color: rgb(72,107,185); }

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