Html Css Color HEX #486C96 San Marino

📋 copy color: '#486C96'

red 72 ◦ green 108 ◦ blue 150

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

Shades of San Marino #486C96

Tints of San Marino #486C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.45%

R = 21.82%
G = 32.73%
B = 45.45%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#486C96 (or 0x486C96) is known color: San Marino. HEX triplet: 48, 6C and 96. RGB value is (72,108,150). Sum of RGB (Red+Green+Blue) = 72+108+150=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #486C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C96 is #B79369. Grayscale: #656565. Windows color (decimal): -12030826 or 9858120. OLE color: 9858120.

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

Color convert

RGB 72 108 150 -
CMYK 0.52 0.28 0 0.41
HSL 212.31º 0.35% 0.44% -
HSV(B) 212.31º 0.52% 0.59% -
XYZ 13.54 14.3 30.9 -
YUV 102.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 72 108 150 0.52 0.28 0 0.41 212.31 0.35 0.44
Hex 48 6C 96 34 1C 0 29 D4 23 2C
Octal 110 154 226 64 34 0 51 324 43 54
Binary 1001000 1101100 10010110 110100 11100 0 101001 11010100 100011 101100

Color Harmonies of #486C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C96

Black with #486C96

Text Example


Text Example

White with #486C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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