Html Css Color HEX #486DB4 San Marino

📋 copy color: '#486DB4'

red 72 ◦ green 109 ◦ blue 180

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

Shades of San Marino #486DB4

Tints of San Marino #486DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.86%

R = 19.94%
G = 30.19%
B = 49.86%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#486DB4 (or 0x486DB4) is known color: San Marino. HEX triplet: 48, 6D and B4. RGB value is (72,109,180). Sum of RGB (Red+Green+Blue) = 72+109+180=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #486DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DB4 is #B7924B. Grayscale: #696969. Windows color (decimal): -12030540 or 11824456. OLE color: 11824456.

HSL color Cylindrical-coordinate representation of color #486DB4: hue angle of 219.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486DB4 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 109 180 -
CMYK 0.60 0.39 0 0.29
HSL 219.44º 0.43% 0.49% -
HSV(B) 219.44º 0.6% 0.71% -
XYZ 16.38 15.61 45.33 -
YUV 106.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 72 109 180 0.60 0.39 0 0.29 219.44 0.43 0.49
Hex 48 6D B4 3C 27 0 1D DB 2B 31
Octal 110 155 264 74 47 0 35 333 53 61
Binary 1001000 1101101 10110100 111100 100111 0 11101 11011011 101011 110001

Color Harmonies of #486DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DB4

Black with #486DB4

Text Example


Text Example

White with #486DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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