Html Css Color HEX #486592 San Marino

📋 copy color: '#486592'

red 72 ◦ green 101 ◦ blue 146

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

Shades of San Marino #486592

Tints of San Marino #486592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 22.57%
G = 31.66%
B = 45.77%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#486592 (or 0x486592) is known color: San Marino. HEX triplet: 48, 65 and 92. RGB value is (72,101,146). Sum of RGB (Red+Green+Blue) = 72+101+146=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #486592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486592 is #B79A6D. Grayscale: #616161. Windows color (decimal): -12032622 or 9594184. OLE color: 9594184.

HSL color Cylindrical-coordinate representation of color #486592: hue angle of 216.49º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486592 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 101 146 -
CMYK 0.51 0.31 0 0.43
HSL 216.49º 0.34% 0.43% -
HSV(B) 216.49º 0.51% 0.57% -
XYZ 12.51 12.76 29 -
YUV 97.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 72 101 146 0.51 0.31 0 0.43 216.49 0.34 0.43
Hex 48 65 92 33 1F 0 2B D8 22 2B
Octal 110 145 222 63 37 0 53 330 42 53
Binary 1001000 1100101 10010010 110011 11111 0 101011 11011000 100010 101011

Color Harmonies of #486592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486592

Black with #486592

Text Example


Text Example

White with #486592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486592; }

 p { color: rgb(72,101,146); }

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

background-color css

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

 a { background-color: rgb(72,101,146); }

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

border-color css

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

 span { border-color: rgb(72,101,146); }

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