Html Css Color HEX #487297 San Marino

📋 copy color: '#487297'

red 72 ◦ green 114 ◦ blue 151

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

Shades of San Marino #487297

Tints of San Marino #487297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 21.36%
G = 33.83%
B = 44.81%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#487297 (or 0x487297) is known color: San Marino. HEX triplet: 48, 72 and 97. RGB value is (72,114,151). Sum of RGB (Red+Green+Blue) = 72+114+151=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #487297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487297 is #B78D68. Grayscale: #696969. Windows color (decimal): -12029289 or 9925192. OLE color: 9925192.

HSL color Cylindrical-coordinate representation of color #487297: hue angle of 208.1º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487297 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 114 151 -
CMYK 0.52 0.25 0 0.41
HSL 208.1º 0.35% 0.44% -
HSV(B) 208.1º 0.52% 0.59% -
XYZ 14.28 15.65 31.55 -
YUV 105.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 72 114 151 0.52 0.25 0 0.41 208.1 0.35 0.44
Hex 48 72 97 34 19 0 29 D0 23 2C
Octal 110 162 227 64 31 0 51 320 43 54
Binary 1001000 1110010 10010111 110100 11001 0 101001 11010000 100011 101100

Color Harmonies of #487297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487297

Black with #487297

Text Example


Text Example

White with #487297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487297; }

 p { color: rgb(72,114,151); }

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

background-color css

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

 a { background-color: rgb(72,114,151); }

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

border-color css

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

 span { border-color: rgb(72,114,151); }

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