Html Css Color HEX #486CAF San Marino

📋 copy color: '#486CAF'

red 72 ◦ green 108 ◦ blue 175

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

Shades of San Marino #486CAF

Tints of San Marino #486CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

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

R = 20.28%
G = 30.42%
B = 49.3%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#486CAF (or 0x486CAF) is known color: San Marino. HEX triplet: 48, 6C and AF. RGB value is (72,108,175). Sum of RGB (Red+Green+Blue) = 72+108+175=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #486CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CAF is #B79350. Grayscale: #686868. Windows color (decimal): -12030801 or 11496520. OLE color: 11496520.

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

Color convert

RGB 72 108 175 -
CMYK 0.59 0.38 0 0.31
HSL 219.03º 0.42% 0.48% -
HSV(B) 219.03º 0.59% 0.69% -
XYZ 15.77 15.2 42.66 -
YUV 104.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 72 108 175 0.59 0.38 0 0.31 219.03 0.42 0.48
Hex 48 6C AF 3B 26 0 1F DB 2A 30
Octal 110 154 257 73 46 0 37 333 52 60
Binary 1001000 1101100 10101111 111011 100110 0 11111 11011011 101010 110000

Color Harmonies of #486CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CAF

Black with #486CAF

Text Example


Text Example

White with #486CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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