Html Css Color HEX #486BAA San Marino

📋 copy color: '#486BAA'

red 72 ◦ green 107 ◦ blue 170

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

Shades of San Marino #486BAA

Tints of San Marino #486BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 20.63%
G = 30.66%
B = 48.71%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#486BAA (or 0x486BAA) is known color: San Marino. HEX triplet: 48, 6B and AA. RGB value is (72,107,170). Sum of RGB (Red+Green+Blue) = 72+107+170=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #486BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486BAA is #B79455. Grayscale: #676767. Windows color (decimal): -12031062 or 11168584. OLE color: 11168584.

HSL color Cylindrical-coordinate representation of color #486BAA: hue angle of 218.57º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #486BAA is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 107 170 -
CMYK 0.58 0.37 0 0.33
HSL 218.57º 0.4% 0.47% -
HSV(B) 218.57º 0.58% 0.67% -
XYZ 15.19 14.8 40.09 -
YUV 103.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 72 107 170 0.58 0.37 0 0.33 218.57 0.4 0.47
Hex 48 6B AA 3A 25 0 21 DB 28 2F
Octal 110 153 252 72 45 0 41 333 50 57
Binary 1001000 1101011 10101010 111010 100101 0 100001 11011011 101000 101111

Color Harmonies of #486BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BAA

Black with #486BAA

Text Example


Text Example

White with #486BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,107,170); }

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

background-color css

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

 a { background-color: rgb(72,107,170); }

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

border-color css

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

 span { border-color: rgb(72,107,170); }

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