Html Css Color HEX #486E99 San Marino

📋 copy color: '#486E99'

red 72 ◦ green 110 ◦ blue 153

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

Shades of San Marino #486E99

Tints of San Marino #486E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

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

R = 21.49%
G = 32.84%
B = 45.67%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#486E99 (or 0x486E99) is known color: San Marino. HEX triplet: 48, 6E and 99. RGB value is (72,110,153). Sum of RGB (Red+Green+Blue) = 72+110+153=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #486E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486E99 is #B79166. Grayscale: #676767. Windows color (decimal): -12030311 or 10055240. OLE color: 10055240.

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

Color convert

RGB 72 110 153 -
CMYK 0.53 0.28 0 0.4
HSL 211.85º 0.36% 0.44% -
HSV(B) 211.85º 0.53% 0.6% -
XYZ 14 14.83 32.26 -
YUV 103.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 72 110 153 0.53 0.28 0 0.4 211.85 0.36 0.44
Hex 48 6E 99 35 1C 0 28 D4 24 2C
Octal 110 156 231 65 34 0 50 324 44 54
Binary 1001000 1101110 10011001 110101 11100 0 101000 11010100 100100 101100

Color Harmonies of #486E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E99

Black with #486E99

Text Example


Text Example

White with #486E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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