Html Css Color HEX #486996 San Marino

📋 copy color: '#486996'

red 72 ◦ green 105 ◦ blue 150

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

Shades of San Marino #486996

Tints of San Marino #486996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 22.02%
G = 32.11%
B = 45.87%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#486996 (or 0x486996) is known color: San Marino. HEX triplet: 48, 69 and 96. RGB value is (72,105,150). Sum of RGB (Red+Green+Blue) = 72+105+150=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #486996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486996 is #B79669. Grayscale: #646464. Windows color (decimal): -12031594 or 9857352. OLE color: 9857352.

HSL color Cylindrical-coordinate representation of color #486996: hue angle of 214.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486996 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 105 150 -
CMYK 0.52 0.30 0 0.41
HSL 214.62º 0.35% 0.44% -
HSV(B) 214.62º 0.52% 0.59% -
XYZ 13.23 13.68 30.8 -
YUV 100.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 72 105 150 0.52 0.30 0 0.41 214.62 0.35 0.44
Hex 48 69 96 34 1E 0 29 D7 23 2C
Octal 110 151 226 64 36 0 51 327 43 54
Binary 1001000 1101001 10010110 110100 11110 0 101001 11010111 100011 101100

Color Harmonies of #486996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486996

Black with #486996

Text Example


Text Example

White with #486996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486996; }

 p { color: rgb(72,105,150); }

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

background-color css

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

 a { background-color: rgb(72,105,150); }

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

border-color css

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

 span { border-color: rgb(72,105,150); }

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