Html Css Color HEX #4D6191 San Marino

📋 copy color: '#4D6191'

red 77 ◦ green 97 ◦ blue 145

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

Shades of San Marino #4D6191

Tints of San Marino #4D6191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 24.14%
G = 30.41%
B = 45.45%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D6191 (or 0x4D6191) is known color: San Marino. HEX triplet: 4D, 61 and 91. RGB value is (77,97,145). Sum of RGB (Red+Green+Blue) = 77+97+145=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D6191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6191 is #B29E6E. Grayscale: #606060. Windows color (decimal): -11705967 or 9527629. OLE color: 9527629.

HSL color Cylindrical-coordinate representation of color #4D6191: hue angle of 222.35º 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 #4D6191 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 97 145 -
CMYK 0.47 0.33 0 0.43
HSL 222.35º 0.31% 0.44% -
HSV(B) 222.35º 0.47% 0.57% -
XYZ 12.45 12.17 28.48 -
YUV 96.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 77 97 145 0.47 0.33 0 0.43 222.35 0.31 0.44
Hex 4D 61 91 2F 21 0 2B DE 1F 2C
Octal 115 141 221 57 41 0 53 336 37 54
Binary 1001101 1100001 10010001 101111 100001 0 101011 11011110 11111 101100

Color Harmonies of #4D6191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6191

Black with #4D6191

Text Example


Text Example

White with #4D6191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,145); }

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

background-color css

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

 a { background-color: rgb(77,97,145); }

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

border-color css

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

 span { border-color: rgb(77,97,145); }

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