Html Css Color HEX #486FB1 San Marino

📋 copy color: '#486FB1'

red 72 ◦ green 111 ◦ blue 177

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

Shades of San Marino #486FB1

Tints of San Marino #486FB1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

 BLUE value IS 177 (69.53% from 255) = 49.17%

R = 20%
G = 30.83%
B = 49.17%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#486FB1 (or 0x486FB1) is known color: San Marino. HEX triplet: 48, 6F and B1. RGB value is (72,111,177). Sum of RGB (Red+Green+Blue) = 72+111+177=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #486FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486FB1 is #B7904E. Grayscale: #6A6A6A. Windows color (decimal): -12030031 or 11628360. OLE color: 11628360.

HSL color Cylindrical-coordinate representation of color #486FB1: hue angle of 217.71º 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 #486FB1 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 111 177 -
CMYK 0.59 0.37 0 0.31
HSL 217.71º 0.42% 0.49% -
HSV(B) 217.71º 0.59% 0.69% -
XYZ 16.29 15.92 43.81 -
YUV 106.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 72 111 177 0.59 0.37 0 0.31 217.71 0.42 0.49
Hex 48 6F B1 3B 25 0 1F DA 2A 31
Octal 110 157 261 73 45 0 37 332 52 61
Binary 1001000 1101111 10110001 111011 100101 0 11111 11011010 101010 110001

Color Harmonies of #486FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FB1

Black with #486FB1

Text Example


Text Example

White with #486FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,111,177); }

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

background-color css

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

 a { background-color: rgb(72,111,177); }

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

border-color css

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

 span { border-color: rgb(72,111,177); }

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