Html Css Color HEX #486896 San Marino

📋 copy color: '#486896'

red 72 ◦ green 104 ◦ blue 150

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

Shades of San Marino #486896

Tints of San Marino #486896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 22.09%
G = 31.9%
B = 46.01%

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

#486896 (or 0x486896) is known color: San Marino. HEX triplet: 48, 68 and 96. RGB value is (72,104,150). Sum of RGB (Red+Green+Blue) = 72+104+150=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #486896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486896 is #B79769. Grayscale: #636363. Windows color (decimal): -12031850 or 9857096. OLE color: 9857096.

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

Color convert

RGB 72 104 150 -
CMYK 0.52 0.31 0 0.41
HSL 215.38º 0.35% 0.44% -
HSV(B) 215.38º 0.52% 0.59% -
XYZ 13.13 13.48 30.76 -
YUV 99.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 72 104 150 0.52 0.31 0 0.41 215.38 0.35 0.44
Hex 48 68 96 34 1F 0 29 D7 23 2C
Octal 110 150 226 64 37 0 51 327 43 54
Binary 1001000 1101000 10010110 110100 11111 0 101001 11010111 100011 101100

Color Harmonies of #486896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486896

Black with #486896

Text Example


Text Example

White with #486896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486896; }

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

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

background-color css

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

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

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

border-color css

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

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

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