Html Css Color HEX #486DAE San Marino

📋 copy color: '#486DAE'

red 72 ◦ green 109 ◦ blue 174

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

Shades of San Marino #486DAE

Tints of San Marino #486DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.7%

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

R = 20.28%
G = 30.7%
B = 49.01%

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

#486DAE (or 0x486DAE) is known color: San Marino. HEX triplet: 48, 6D and AE. RGB value is (72,109,174). Sum of RGB (Red+Green+Blue) = 72+109+174=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #486DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486DAE is #B79251. Grayscale: #696969. Windows color (decimal): -12030546 or 11431240. OLE color: 11431240.

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

Color convert

RGB 72 109 174 -
CMYK 0.59 0.37 0 0.32
HSL 218.24º 0.41% 0.48% -
HSV(B) 218.24º 0.59% 0.68% -
XYZ 15.78 15.37 42.18 -
YUV 105.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 72 109 174 0.59 0.37 0 0.32 218.24 0.41 0.48
Hex 48 6D AE 3B 25 0 20 DA 29 30
Octal 110 155 256 73 45 0 40 332 51 60
Binary 1001000 1101101 10101110 111011 100101 0 100000 11011010 101001 110000

Color Harmonies of #486DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DAE

Black with #486DAE

Text Example


Text Example

White with #486DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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