Html Css Color HEX #486EAE San Marino

📋 copy color: '#486EAE'

red 72 ◦ green 110 ◦ blue 174

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

Shades of San Marino #486EAE

Tints of San Marino #486EAE

RGB

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

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

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

R = 20.22%
G = 30.9%
B = 48.88%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#486EAE (or 0x486EAE) is known color: San Marino. HEX triplet: 48, 6E and AE. RGB value is (72,110,174). Sum of RGB (Red+Green+Blue) = 72+110+174=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #486EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486EAE is #B79151. Grayscale: #696969. Windows color (decimal): -12030290 or 11431496. OLE color: 11431496.

HSL color Cylindrical-coordinate representation of color #486EAE: hue angle of 217.65º 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 #486EAE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 110 174 -
CMYK 0.59 0.37 0 0.32
HSL 217.65º 0.41% 0.48% -
HSV(B) 217.65º 0.59% 0.68% -
XYZ 15.89 15.59 42.22 -
YUV 105.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 72 110 174 0.59 0.37 0 0.32 217.65 0.41 0.48
Hex 48 6E AE 3B 25 0 20 DA 29 30
Octal 110 156 256 73 45 0 40 332 51 60
Binary 1001000 1101110 10101110 111011 100101 0 100000 11011010 101001 110000

Color Harmonies of #486EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EAE

Black with #486EAE

Text Example


Text Example

White with #486EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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