Html Css Color HEX #4C779F San Marino

📋 copy color: '#4C779F'

red 76 ◦ green 119 ◦ blue 159

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

Shades of San Marino #4C779F

Tints of San Marino #4C779F

RGB

 RED value IS 76 (30.08% from 255) = 21.47%

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 21.47%
G = 33.62%
B = 44.92%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C779F (or 0x4C779F) is known color: San Marino. HEX triplet: 4C, 77 and 9F. RGB value is (76,119,159). Sum of RGB (Red+Green+Blue) = 76+119+159=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 119 (46.88% from 255 or 33.62% 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 #4C779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C779F is #B38860. Grayscale: #6E6E6E. Windows color (decimal): -11765857 or 10450764. OLE color: 10450764.

HSL color Cylindrical-coordinate representation of color #4C779F: hue angle of 208.92º 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 #4C779F is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 119 159 -
CMYK 0.52 0.25 0 0.38
HSL 208.92º 0.35% 0.46% -
HSV(B) 208.92º 0.52% 0.62% -
XYZ 15.84 17.23 35.29 -
YUV 110.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 76 119 159 0.52 0.25 0 0.38 208.92 0.35 0.46
Hex 4C 77 9F 34 19 0 26 D1 23 2E
Octal 114 167 237 64 31 0 46 321 43 56
Binary 1001100 1110111 10011111 110100 11001 0 100110 11010001 100011 101110

Color Harmonies of #4C779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C779F

Black with #4C779F

Text Example


Text Example

White with #4C779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,119,159); }

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

background-color css

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

 a { background-color: rgb(76,119,159); }

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

border-color css

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

 span { border-color: rgb(76,119,159); }

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