Html Css Color HEX #486C9F San Marino

📋 copy color: '#486C9F'

red 72 ◦ green 108 ◦ blue 159

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

Shades of San Marino #486C9F

Tints of San Marino #486C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.86%

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 21.24%
G = 31.86%
B = 46.9%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#486C9F (or 0x486C9F) is known color: San Marino. HEX triplet: 48, 6C and 9F. RGB value is (72,108,159). Sum of RGB (Red+Green+Blue) = 72+108+159=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #486C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C9F is #B79360. Grayscale: #666666. Windows color (decimal): -12030817 or 10447944. OLE color: 10447944.

HSL color Cylindrical-coordinate representation of color #486C9F: hue angle of 215.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #486C9F is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 108 159 -
CMYK 0.55 0.32 0 0.38
HSL 215.17º 0.38% 0.45% -
HSV(B) 215.17º 0.55% 0.62% -
XYZ 14.29 14.61 34.87 -
YUV 103.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 72 108 159 0.55 0.32 0 0.38 215.17 0.38 0.45
Hex 48 6C 9F 37 20 0 26 D7 26 2D
Octal 110 154 237 67 40 0 46 327 46 55
Binary 1001000 1101100 10011111 110111 100000 0 100110 11010111 100110 101101

Color Harmonies of #486C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C9F

Black with #486C9F

Text Example


Text Example

White with #486C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,108,159); }

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

background-color css

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

 a { background-color: rgb(72,108,159); }

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

border-color css

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

 span { border-color: rgb(72,108,159); }

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