Html Css Color HEX #486695 San Marino

📋 copy color: '#486695'

red 72 ◦ green 102 ◦ blue 149

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

Shades of San Marino #486695

Tints of San Marino #486695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.58%

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 22.29%
G = 31.58%
B = 46.13%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#486695 (or 0x486695) is known color: San Marino. HEX triplet: 48, 66 and 95. RGB value is (72,102,149). Sum of RGB (Red+Green+Blue) = 72+102+149=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #486695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486695 is #B7996A. Grayscale: #626262. Windows color (decimal): -12032363 or 9791048. OLE color: 9791048.

HSL color Cylindrical-coordinate representation of color #486695: hue angle of 216.62º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486695 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 102 149 -
CMYK 0.52 0.32 0 0.42
HSL 216.62º 0.35% 0.43% -
HSV(B) 216.62º 0.52% 0.58% -
XYZ 12.85 13.05 30.28 -
YUV 98.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 72 102 149 0.52 0.32 0 0.42 216.62 0.35 0.43
Hex 48 66 95 34 20 0 2A D9 23 2B
Octal 110 146 225 64 40 0 52 331 43 53
Binary 1001000 1100110 10010101 110100 100000 0 101010 11011001 100011 101011

Color Harmonies of #486695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486695

Black with #486695

Text Example


Text Example

White with #486695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486695; }

 p { color: rgb(72,102,149); }

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

background-color css

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

 a { background-color: rgb(72,102,149); }

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

border-color css

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

 span { border-color: rgb(72,102,149); }

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