Html Css Color HEX #487099 San Marino

📋 copy color: '#487099'

red 72 ◦ green 112 ◦ blue 153

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

Shades of San Marino #487099

Tints of San Marino #487099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 21.36%
G = 33.23%
B = 45.4%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#487099 (or 0x487099) is known color: San Marino. HEX triplet: 48, 70 and 99. RGB value is (72,112,153). Sum of RGB (Red+Green+Blue) = 72+112+153=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #487099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487099 is #B78F66. Grayscale: #686868. Windows color (decimal): -12029799 or 10055752. OLE color: 10055752.

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

Color convert

RGB 72 112 153 -
CMYK 0.53 0.27 0 0.4
HSL 210.37º 0.36% 0.44% -
HSV(B) 210.37º 0.53% 0.6% -
XYZ 14.22 15.27 32.33 -
YUV 104.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 72 112 153 0.53 0.27 0 0.4 210.37 0.36 0.44
Hex 48 70 99 35 1B 0 28 D2 24 2C
Octal 110 160 231 65 33 0 50 322 44 54
Binary 1001000 1110000 10011001 110101 11011 0 101000 11010010 100100 101100

Color Harmonies of #487099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487099

Black with #487099

Text Example


Text Example

White with #487099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487099; }

 p { color: rgb(72,112,153); }

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

background-color css

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

 a { background-color: rgb(72,112,153); }

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

border-color css

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

 span { border-color: rgb(72,112,153); }

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