Html Css Color HEX #4D759C San Marino

📋 copy color: '#4D759C'

red 77 ◦ green 117 ◦ blue 156

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

Shades of San Marino #4D759C

Tints of San Marino #4D759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 22%
G = 33.43%
B = 44.57%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D759C (or 0x4D759C) is known color: San Marino. HEX triplet: 4D, 75 and 9C. RGB value is (77,117,156). Sum of RGB (Red+Green+Blue) = 77+117+156=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D759C is #B28A63. Grayscale: #6D6D6D. Windows color (decimal): -11700836 or 10253645. OLE color: 10253645.

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

Color convert

RGB 77 117 156 -
CMYK 0.51 0.25 0 0.39
HSL 209.62º 0.34% 0.46% -
HSV(B) 209.62º 0.51% 0.61% -
XYZ 15.42 16.7 33.86 -
YUV 109.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 77 117 156 0.51 0.25 0 0.39 209.62 0.34 0.46
Hex 4D 75 9C 33 19 0 27 D2 22 2E
Octal 115 165 234 63 31 0 47 322 42 56
Binary 1001101 1110101 10011100 110011 11001 0 100111 11010010 100010 101110

Color Harmonies of #4D759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D759C

Black with #4D759C

Text Example


Text Example

White with #4D759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,117,156); }

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

background-color css

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

 a { background-color: rgb(77,117,156); }

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

border-color css

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

 span { border-color: rgb(77,117,156); }

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