Html Css Color HEX #486796 San Marino

📋 copy color: '#486796'

red 72 ◦ green 103 ◦ blue 150

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

Shades of San Marino #486796

Tints of San Marino #486796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

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

R = 22.15%
G = 31.69%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#486796 (or 0x486796) is known color: San Marino. HEX triplet: 48, 67 and 96. RGB value is (72,103,150). Sum of RGB (Red+Green+Blue) = 72+103+150=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #486796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486796 is #B79869. Grayscale: #626262. Windows color (decimal): -12032106 or 9856840. OLE color: 9856840.

HSL color Cylindrical-coordinate representation of color #486796: hue angle of 216.15º 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 #486796 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 103 150 -
CMYK 0.52 0.31 0 0.41
HSL 216.15º 0.35% 0.44% -
HSV(B) 216.15º 0.52% 0.59% -
XYZ 13.03 13.28 30.73 -
YUV 99.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 72 103 150 0.52 0.31 0 0.41 216.15 0.35 0.44
Hex 48 67 96 34 1F 0 29 D8 23 2C
Octal 110 147 226 64 37 0 51 330 43 54
Binary 1001000 1100111 10010110 110100 11111 0 101001 11011000 100011 101100

Color Harmonies of #486796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486796

Black with #486796

Text Example


Text Example

White with #486796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486796; }

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

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

background-color css

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

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

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

border-color css

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

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

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