Html Css Color HEX #4D769F San Marino

📋 copy color: '#4D769F'

red 77 ◦ green 118 ◦ blue 159

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

Shades of San Marino #4D769F

Tints of San Marino #4D769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 21.75%
G = 33.33%
B = 44.92%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D769F (or 0x4D769F) is known color: San Marino. HEX triplet: 4D, 76 and 9F. RGB value is (77,118,159). Sum of RGB (Red+Green+Blue) = 77+118+159=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D769F is #B28960. Grayscale: #6E6E6E. Windows color (decimal): -11700577 or 10450509. OLE color: 10450509.

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

Color convert

RGB 77 118 159 -
CMYK 0.52 0.26 0 0.38
HSL 210º 0.35% 0.46% -
HSV(B) 210º 0.52% 0.62% -
XYZ 15.8 17.04 35.26 -
YUV 110.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 77 118 159 0.52 0.26 0 0.38 210 0.35 0.46
Hex 4D 76 9F 34 1A 0 26 D2 23 2E
Octal 115 166 237 64 32 0 46 322 43 56
Binary 1001101 1110110 10011111 110100 11010 0 100110 11010010 100011 101110

Color Harmonies of #4D769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D769F

Black with #4D769F

Text Example


Text Example

White with #4D769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,118,159); }

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

background-color css

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

 a { background-color: rgb(77,118,159); }

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

border-color css

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

 span { border-color: rgb(77,118,159); }

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