Html Css Color HEX #486BB0 Mariner

📋 copy color: '#486BB0'

red 72 ◦ green 107 ◦ blue 176

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

Shades of Mariner #486BB0

Tints of Mariner #486BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.58%

R = 20.28%
G = 30.14%
B = 49.58%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#486BB0 (or 0x486BB0) is known color: Mariner. HEX triplet: 48, 6B and B0. RGB value is (72,107,176). Sum of RGB (Red+Green+Blue) = 72+107+176=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #486BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486BB0 is #B7944F. Grayscale: #686868. Windows color (decimal): -12031056 or 11561800. OLE color: 11561800.

HSL color Cylindrical-coordinate representation of color #486BB0: hue angle of 219.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #486BB0 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 107 176 -
CMYK 0.59 0.39 0 0.31
HSL 219.81º 0.42% 0.49% -
HSV(B) 219.81º 0.59% 0.69% -
XYZ 15.77 15.03 43.14 -
YUV 104.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 72 107 176 0.59 0.39 0 0.31 219.81 0.42 0.49
Hex 48 6B B0 3B 27 0 1F DC 2A 31
Octal 110 153 260 73 47 0 37 334 52 61
Binary 1001000 1101011 10110000 111011 100111 0 11111 11011100 101010 110001

Color Harmonies of #486BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BB0

Black with #486BB0

Text Example


Text Example

White with #486BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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