Html Css Color HEX #487098 San Marino

📋 copy color: '#487098'

red 72 ◦ green 112 ◦ blue 152

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

Shades of San Marino #487098

Tints of San Marino #487098

RGB

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

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

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

R = 21.43%
G = 33.33%
B = 45.24%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#487098 (or 0x487098) is known color: San Marino. HEX triplet: 48, 70 and 98. RGB value is (72,112,152). Sum of RGB (Red+Green+Blue) = 72+112+152=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #487098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487098 is #B78F67. Grayscale: #686868. Windows color (decimal): -12029800 or 9990216. OLE color: 9990216.

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

Color convert

RGB 72 112 152 -
CMYK 0.53 0.26 0 0.40
HSL 210º 0.36% 0.44% -
HSV(B) 210º 0.53% 0.6% -
XYZ 14.13 15.23 31.9 -
YUV 104.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 72 112 152 0.53 0.26 0 0.40 210 0.36 0.44
Hex 48 70 98 35 1A 0 28 D2 24 2C
Octal 110 160 230 65 32 0 50 322 44 54
Binary 1001000 1110000 10011000 110101 11010 0 101000 11010010 100100 101100

Color Harmonies of #487098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487098

Black with #487098

Text Example


Text Example

White with #487098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487098; }

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

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

background-color css

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

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

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

border-color css

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

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

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