Html Css Color HEX #486CAE San Marino

📋 copy color: '#486CAE'

red 72 ◦ green 108 ◦ blue 174

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

Shades of San Marino #486CAE

Tints of San Marino #486CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 20.34%
G = 30.51%
B = 49.15%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#486CAE (or 0x486CAE) is known color: San Marino. HEX triplet: 48, 6C and AE. RGB value is (72,108,174). Sum of RGB (Red+Green+Blue) = 72+108+174=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #486CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CAE is #B79351. Grayscale: #686868. Windows color (decimal): -12030802 or 11430984. OLE color: 11430984.

HSL color Cylindrical-coordinate representation of color #486CAE: hue angle of 218.82º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #486CAE is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 108 174 -
CMYK 0.59 0.38 0 0.32
HSL 218.82º 0.41% 0.48% -
HSV(B) 218.82º 0.59% 0.68% -
XYZ 15.68 15.16 42.14 -
YUV 104.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 72 108 174 0.59 0.38 0 0.32 218.82 0.41 0.48
Hex 48 6C AE 3B 26 0 20 DB 29 30
Octal 110 154 256 73 46 0 40 333 51 60
Binary 1001000 1101100 10101110 111011 100110 0 100000 11011011 101001 110000

Color Harmonies of #486CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CAE

Black with #486CAE

Text Example


Text Example

White with #486CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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