Html Css Color HEX #486998 San Marino

📋 copy color: '#486998'

red 72 ◦ green 105 ◦ blue 152

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

Shades of San Marino #486998

Tints of San Marino #486998

RGB

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

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

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

R = 21.88%
G = 31.91%
B = 46.2%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#486998 (or 0x486998) is known color: San Marino. HEX triplet: 48, 69 and 98. RGB value is (72,105,152). Sum of RGB (Red+Green+Blue) = 72+105+152=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #486998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486998 is #B79667. Grayscale: #646464. Windows color (decimal): -12031592 or 9988424. OLE color: 9988424.

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

Color convert

RGB 72 105 152 -
CMYK 0.53 0.31 0 0.40
HSL 215.25º 0.36% 0.44% -
HSV(B) 215.25º 0.53% 0.6% -
XYZ 13.39 13.75 31.65 -
YUV 100.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 72 105 152 0.53 0.31 0 0.40 215.25 0.36 0.44
Hex 48 69 98 35 1F 0 28 D7 24 2C
Octal 110 151 230 65 37 0 50 327 44 54
Binary 1001000 1101001 10011000 110101 11111 0 101000 11010111 100100 101100

Color Harmonies of #486998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486998

Black with #486998

Text Example


Text Example

White with #486998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486998; }

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

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

background-color css

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

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

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

border-color css

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

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

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