Html Css Color HEX #486C9D San Marino

📋 copy color: '#486C9D'

red 72 ◦ green 108 ◦ blue 157

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

Shades of San Marino #486C9D

Tints of San Marino #486C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 21.36%
G = 32.05%
B = 46.59%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#486C9D (or 0x486C9D) is known color: San Marino. HEX triplet: 48, 6C and 9D. RGB value is (72,108,157). Sum of RGB (Red+Green+Blue) = 72+108+157=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #486C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C9D is #B79362. Grayscale: #666666. Windows color (decimal): -12030819 or 10316872. OLE color: 10316872.

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

Color convert

RGB 72 108 157 -
CMYK 0.54 0.31 0 0.38
HSL 214.59º 0.37% 0.45% -
HSV(B) 214.59º 0.54% 0.62% -
XYZ 14.12 14.54 33.96 -
YUV 102.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 72 108 157 0.54 0.31 0 0.38 214.59 0.37 0.45
Hex 48 6C 9D 36 1F 0 26 D7 25 2D
Octal 110 154 235 66 37 0 46 327 45 55
Binary 1001000 1101100 10011101 110110 11111 0 100110 11010111 100101 101101

Color Harmonies of #486C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C9D

Black with #486C9D

Text Example


Text Example

White with #486C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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