Html Css Color HEX #4D649D San Marino

📋 copy color: '#4D649D'

red 77 ◦ green 100 ◦ blue 157

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

Shades of San Marino #4D649D

Tints of San Marino #4D649D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.01%

R = 23.05%
G = 29.94%
B = 47.01%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D649D (or 0x4D649D) is known color: San Marino. HEX triplet: 4D, 64 and 9D. RGB value is (77,100,157). Sum of RGB (Red+Green+Blue) = 77+100+157=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D649D is #B29B62. Grayscale: #636363. Windows color (decimal): -11705187 or 10314829. OLE color: 10314829.

HSL color Cylindrical-coordinate representation of color #4D649D: hue angle of 222.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D649D is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 100 157 -
CMYK 0.51 0.36 0 0.38
HSL 222.75º 0.34% 0.46% -
HSV(B) 222.75º 0.51% 0.62% -
XYZ 13.7 13.13 33.71 -
YUV 99.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 77 100 157 0.51 0.36 0 0.38 222.75 0.34 0.46
Hex 4D 64 9D 33 24 0 26 DF 22 2E
Octal 115 144 235 63 44 0 46 337 42 56
Binary 1001101 1100100 10011101 110011 100100 0 100110 11011111 100010 101110

Color Harmonies of #4D649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D649D

Black with #4D649D

Text Example


Text Example

White with #4D649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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