Html Css Color HEX #4D6492 San Marino

📋 copy color: '#4D6492'

red 77 ◦ green 100 ◦ blue 146

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

Shades of San Marino #4D6492

Tints of San Marino #4D6492

RGB

 RED value IS 77 (30.47% from 255) = 23.84%

 GREEN value IS 100 (39.45% from 255) = 30.96%

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

R = 23.84%
G = 30.96%
B = 45.2%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D6492 (or 0x4D6492) is known color: San Marino. HEX triplet: 4D, 64 and 92. RGB value is (77,100,146). Sum of RGB (Red+Green+Blue) = 77+100+146=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D6492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6492 is #B29B6D. Grayscale: #626262. Windows color (decimal): -11705198 or 9593933. OLE color: 9593933.

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

Color convert

RGB 77 100 146 -
CMYK 0.47 0.32 0 0.43
HSL 220º 0.31% 0.44% -
HSV(B) 220º 0.47% 0.57% -
XYZ 12.81 12.77 28.98 -
YUV 98.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 77 100 146 0.47 0.32 0 0.43 220 0.31 0.44
Hex 4D 64 92 2F 20 0 2B DC 1F 2C
Octal 115 144 222 57 40 0 53 334 37 54
Binary 1001101 1100100 10010010 101111 100000 0 101011 11011100 11111 101100

Color Harmonies of #4D6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6492

Black with #4D6492

Text Example


Text Example

White with #4D6492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D6492; }

 p { color: rgb(77,100,146); }

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

background-color css

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

 a { background-color: rgb(77,100,146); }

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

border-color css

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

 span { border-color: rgb(77,100,146); }

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