Html Css Color HEX #486898 San Marino

📋 copy color: '#486898'

red 72 ◦ green 104 ◦ blue 152

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

Shades of San Marino #486898

Tints of San Marino #486898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.34%

R = 21.95%
G = 31.71%
B = 46.34%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#486898 (or 0x486898) is known color: San Marino. HEX triplet: 48, 68 and 98. RGB value is (72,104,152). Sum of RGB (Red+Green+Blue) = 72+104+152=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #486898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486898 is #B79767. Grayscale: #636363. Windows color (decimal): -12031848 or 9988168. OLE color: 9988168.

HSL color Cylindrical-coordinate representation of color #486898: hue angle of 216º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #486898 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 104 152 -
CMYK 0.53 0.32 0 0.40
HSL 216º 0.36% 0.44% -
HSV(B) 216º 0.53% 0.6% -
XYZ 13.29 13.55 31.62 -
YUV 99.9 157.4 108.1 -
System Red Green Blue C M Y K H S L
Decimal 72 104 152 0.53 0.32 0 0.40 216 0.36 0.44
Hex 48 68 98 35 20 0 28 D8 24 2C
Octal 110 150 230 65 40 0 50 330 44 54
Binary 1001000 1101000 10011000 110101 100000 0 101000 11011000 100100 101100

Color Harmonies of #486898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486898

Black with #486898

Text Example


Text Example

White with #486898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486898; }

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

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

background-color css

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

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

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

border-color css

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

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

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