Html Css Color HEX #486DA6 San Marino

📋 copy color: '#486DA6'

red 72 ◦ green 109 ◦ blue 166

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

Shades of San Marino #486DA6

Tints of San Marino #486DA6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

 BLUE value IS 166 (65.23% from 255) = 47.84%

R = 20.75%
G = 31.41%
B = 47.84%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#486DA6 (or 0x486DA6) is known color: San Marino. HEX triplet: 48, 6D and A6. RGB value is (72,109,166). Sum of RGB (Red+Green+Blue) = 72+109+166=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #486DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486DA6 is #B79259. Grayscale: #686868. Windows color (decimal): -12030554 or 10906952. OLE color: 10906952.

HSL color Cylindrical-coordinate representation of color #486DA6: hue angle of 216.38º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #486DA6 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 109 166 -
CMYK 0.57 0.34 0 0.35
HSL 216.38º 0.39% 0.47% -
HSV(B) 216.38º 0.57% 0.65% -
XYZ 15.02 15.07 38.19 -
YUV 104.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 72 109 166 0.57 0.34 0 0.35 216.38 0.39 0.47
Hex 48 6D A6 39 22 0 23 D8 27 2F
Octal 110 155 246 71 42 0 43 330 47 57
Binary 1001000 1101101 10100110 111001 100010 0 100011 11011000 100111 101111

Color Harmonies of #486DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DA6

Black with #486DA6

Text Example


Text Example

White with #486DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,109,166); }

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

background-color css

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

 a { background-color: rgb(72,109,166); }

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

border-color css

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

 span { border-color: rgb(72,109,166); }

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