Html Css Color HEX #486EB6 San Marino

📋 copy color: '#486EB6'

red 72 ◦ green 110 ◦ blue 182

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

Shades of San Marino #486EB6

Tints of San Marino #486EB6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.22%

 BLUE value IS 182 (71.48% from 255) = 50%

R = 19.78%
G = 30.22%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#486EB6 (or 0x486EB6) is known color: San Marino. HEX triplet: 48, 6E and B6. RGB value is (72,110,182). Sum of RGB (Red+Green+Blue) = 72+110+182=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #486EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EB6 is #B79149. Grayscale: #6A6A6A. Windows color (decimal): -12030282 or 11955784. OLE color: 11955784.

HSL color Cylindrical-coordinate representation of color #486EB6: hue angle of 219.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486EB6 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 110 182 -
CMYK 0.60 0.40 0 0.29
HSL 219.27º 0.43% 0.5% -
HSV(B) 219.27º 0.6% 0.71% -
XYZ 16.69 15.91 46.45 -
YUV 106.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 72 110 182 0.60 0.40 0 0.29 219.27 0.43 0.5
Hex 48 6E B6 3C 28 0 1D DB 2B 32
Octal 110 156 266 74 50 0 35 333 53 62
Binary 1001000 1101110 10110110 111100 101000 0 11101 11011011 101011 110010

Color Harmonies of #486EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EB6

Black with #486EB6

Text Example


Text Example

White with #486EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,110,182); }

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

background-color css

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

 a { background-color: rgb(72,110,182); }

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

border-color css

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

 span { border-color: rgb(72,110,182); }

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