Html Css Color HEX #487499 San Marino

📋 copy color: '#487499'

red 72 ◦ green 116 ◦ blue 153

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

Shades of San Marino #487499

Tints of San Marino #487499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 21.11%
G = 34.02%
B = 44.87%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#487499 (or 0x487499) is known color: San Marino. HEX triplet: 48, 74 and 99. RGB value is (72,116,153). Sum of RGB (Red+Green+Blue) = 72+116+153=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #487499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487499 is #B78B66. Grayscale: #6A6A6A. Windows color (decimal): -12028775 or 10056776. OLE color: 10056776.

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

Color convert

RGB 72 116 153 -
CMYK 0.53 0.24 0 0.4
HSL 207.41º 0.36% 0.44% -
HSV(B) 207.41º 0.53% 0.6% -
XYZ 14.67 16.17 32.48 -
YUV 107.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 72 116 153 0.53 0.24 0 0.4 207.41 0.36 0.44
Hex 48 74 99 35 18 0 28 CF 24 2C
Octal 110 164 231 65 30 0 50 317 44 54
Binary 1001000 1110100 10011001 110101 11000 0 101000 11001111 100100 101100

Color Harmonies of #487499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487499

Black with #487499

Text Example


Text Example

White with #487499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487499; }

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

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

background-color css

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

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

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

border-color css

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

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

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