Html Css Color HEX #486FB2 San Marino

📋 copy color: '#486FB2'

red 72 ◦ green 111 ◦ blue 178

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

Shades of San Marino #486FB2

Tints of San Marino #486FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.31%

R = 19.94%
G = 30.75%
B = 49.31%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#486FB2 (or 0x486FB2) is known color: San Marino. HEX triplet: 48, 6F and B2. RGB value is (72,111,178). Sum of RGB (Red+Green+Blue) = 72+111+178=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #486FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486FB2 is #B7904D. Grayscale: #6A6A6A. Windows color (decimal): -12030030 or 11693896. OLE color: 11693896.

HSL color Cylindrical-coordinate representation of color #486FB2: hue angle of 217.92º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486FB2 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 111 178 -
CMYK 0.60 0.38 0 0.30
HSL 217.92º 0.42% 0.49% -
HSV(B) 217.92º 0.6% 0.7% -
XYZ 16.39 15.96 44.34 -
YUV 106.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 72 111 178 0.60 0.38 0 0.30 217.92 0.42 0.49
Hex 48 6F B2 3C 26 0 1E DA 2A 31
Octal 110 157 262 74 46 0 36 332 52 61
Binary 1001000 1101111 10110010 111100 100110 0 11110 11011010 101010 110001

Color Harmonies of #486FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FB2

Black with #486FB2

Text Example


Text Example

White with #486FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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