Html Css Color HEX #486A96 San Marino

📋 copy color: '#486A96'

red 72 ◦ green 106 ◦ blue 150

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

Shades of San Marino #486A96

Tints of San Marino #486A96

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.32%

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

R = 21.95%
G = 32.32%
B = 45.73%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#486A96 (or 0x486A96) is known color: San Marino. HEX triplet: 48, 6A and 96. RGB value is (72,106,150). Sum of RGB (Red+Green+Blue) = 72+106+150=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #486A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486A96 is #B79569. Grayscale: #646464. Windows color (decimal): -12031338 or 9857608. OLE color: 9857608.

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

Color convert

RGB 72 106 150 -
CMYK 0.52 0.29 0 0.41
HSL 213.85º 0.35% 0.44% -
HSV(B) 213.85º 0.52% 0.59% -
XYZ 13.33 13.89 30.83 -
YUV 100.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 72 106 150 0.52 0.29 0 0.41 213.85 0.35 0.44
Hex 48 6A 96 34 1D 0 29 D6 23 2C
Octal 110 152 226 64 35 0 51 326 43 54
Binary 1001000 1101010 10010110 110100 11101 0 101001 11010110 100011 101100

Color Harmonies of #486A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A96

Black with #486A96

Text Example


Text Example

White with #486A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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