Html Css Color HEX #486FAF San Marino

📋 copy color: '#486FAF'

red 72 ◦ green 111 ◦ blue 175

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

Shades of San Marino #486FAF

Tints of San Marino #486FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 20.11%
G = 31.01%
B = 48.88%

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

#486FAF (or 0x486FAF) is known color: San Marino. HEX triplet: 48, 6F and AF. RGB value is (72,111,175). Sum of RGB (Red+Green+Blue) = 72+111+175=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #486FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486FAF is #B79050. Grayscale: #6A6A6A. Windows color (decimal): -12030033 or 11497288. OLE color: 11497288.

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

Color convert

RGB 72 111 175 -
CMYK 0.59 0.37 0 0.31
HSL 217.28º 0.42% 0.48% -
HSV(B) 217.28º 0.59% 0.69% -
XYZ 16.09 15.84 42.77 -
YUV 106.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 72 111 175 0.59 0.37 0 0.31 217.28 0.42 0.48
Hex 48 6F AF 3B 25 0 1F D9 2A 30
Octal 110 157 257 73 45 0 37 331 52 60
Binary 1001000 1101111 10101111 111011 100101 0 11111 11011001 101010 110000

Color Harmonies of #486FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FAF

Black with #486FAF

Text Example


Text Example

White with #486FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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